diff options
Diffstat (limited to 'discord/utils.py')
| -rw-r--r-- | discord/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/utils.py b/discord/utils.py index 5318b631..6ad98882 100644 --- a/discord/utils.py +++ b/discord/utils.py @@ -141,7 +141,7 @@ def get(iterable, **attrs): ----------- iterable An iterable to search through. - **attrs + \*\*attrs Keyword arguments that denote attributes to search with. """ |