aboutsummaryrefslogtreecommitdiff
path: root/discord/utils.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-01-07 00:21:00 -0500
committerRapptz <[email protected]>2016-01-07 00:21:00 -0500
commite88bc28236c75f589333ae1d41d5f76e6c1a868b (patch)
treef4316b4f810a557ee433c7518cc3f2c9e043872b /discord/utils.py
parentDocument the fact that data classes use __slots__. (diff)
downloaddiscord.py-e88bc28236c75f589333ae1d41d5f76e6c1a868b.tar.xz
discord.py-e88bc28236c75f589333ae1d41d5f76e6c1a868b.zip
Documentation fixes to quiet Sphinx warnings.
Diffstat (limited to 'discord/utils.py')
-rw-r--r--discord/utils.py2
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.
"""