aboutsummaryrefslogtreecommitdiff
path: root/discord/object.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-12-16 22:20:54 -0500
committerRapptz <[email protected]>2015-12-16 22:20:54 -0500
commit9f925364412093381f50c0ca48f50d249da939c2 (patch)
tree7461113e4b5f734a793e7c66d4ed217da9421d73 /discord/object.py
parentMake more things into properties. (diff)
downloaddiscord.py-9f925364412093381f50c0ca48f50d249da939c2.tar.xz
discord.py-9f925364412093381f50c0ca48f50d249da939c2.zip
Clean-up documentation to use NumPy style docs on remaining classes.
Diffstat (limited to 'discord/object.py')
-rw-r--r--discord/object.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/object.py b/discord/object.py
index d073ef15..ebf28f0f 100644
--- a/discord/object.py
+++ b/discord/object.py
@@ -23,7 +23,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
"""
-class Object(object):
+class Object:
"""Represents a generic Discord object.
The purpose of this class is to allow you to create 'miniature'