aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-04-08 17:40:32 -0400
committerRapptz <[email protected]>2019-04-08 17:51:15 -0400
commit04262b93716b1928f2b6b5650492cea75eb8ce70 (patch)
tree9119fff2efa9c193c33f7b707333bff3ef54cc39
parentChange all IntEnum to Enum (diff)
downloaddiscord.py-04262b93716b1928f2b6b5650492cea75eb8ce70.tar.xz
discord.py-04262b93716b1928f2b6b5650492cea75eb8ce70.zip
Wording nit, library -> function in load_opus
-rw-r--r--discord/opus.py2
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::