aboutsummaryrefslogtreecommitdiff
path: root/discord/object.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-12-04 23:43:31 -0500
committerRapptz <[email protected]>2015-12-04 23:43:31 -0500
commit17171aaa6032060c7fa845fa275f80f2ffbc2421 (patch)
tree5e4e27bde897c6fe7aa764555131cb3eea87605c /discord/object.py
parentAdd server management commands. (diff)
downloaddiscord.py-17171aaa6032060c7fa845fa275f80f2ffbc2421.tar.xz
discord.py-17171aaa6032060c7fa845fa275f80f2ffbc2421.zip
Switch to NumPy style documentation.
Diffstat (limited to 'discord/object.py')
-rw-r--r--discord/object.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/discord/object.py b/discord/object.py
index 2c33068c..d073ef15 100644
--- a/discord/object.py
+++ b/discord/object.py
@@ -37,8 +37,9 @@ class Object(object):
receive this class rather than the actual data class. These cases are
extremely rare.
- .. attribute:: id
-
+ Attributes
+ -----------
+ id : str
The ID of the object.
"""