diff options
| author | Rapptz <[email protected]> | 2019-04-08 17:40:32 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-08 17:51:15 -0400 |
| commit | 04262b93716b1928f2b6b5650492cea75eb8ce70 (patch) | |
| tree | 9119fff2efa9c193c33f7b707333bff3ef54cc39 | |
| parent | Change all IntEnum to Enum (diff) | |
| download | discord.py-04262b93716b1928f2b6b5650492cea75eb8ce70.tar.xz discord.py-04262b93716b1928f2b6b5650492cea75eb8ce70.zip | |
Wording nit, library -> function in load_opus
| -rw-r--r-- | discord/opus.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/opus.py b/discord/opus.py index 310b6d06..c37be248 100644 --- a/discord/opus.py +++ b/discord/opus.py @@ -127,7 +127,7 @@ def load_opus(name): .. note:: - On Windows, this library should not need to be called as the binaries + On Windows, this function should not need to be called as the binaries are automatically loaded. .. warning:: |