From 04262b93716b1928f2b6b5650492cea75eb8ce70 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 8 Apr 2019 17:40:32 -0400 Subject: [PATCH] Wording nit, library -> function in load_opus --- discord/opus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/opus.py b/discord/opus.py index 310b6d06c..c37be2489 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::