aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-09-05 01:05:08 -0400
committerRapptz <[email protected]>2015-09-05 01:05:08 -0400
commit73919fe1523d6b5e2e61d01b493a080a68766eb0 (patch)
tree86e6e1c0e9e5bb707bdcefda0700c165b4527304 /discord/client.py
parentAdd the ability to accept invites. (diff)
downloaddiscord.py-73919fe1523d6b5e2e61d01b493a080a68766eb0.tar.xz
discord.py-73919fe1523d6b5e2e61d01b493a080a68766eb0.zip
Documentation fixes and version bump.v0.5.0
Diffstat (limited to 'discord/client.py')
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 5789482c..6934d943 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -79,7 +79,7 @@ class Client(object):
.. attribute:: messages
A deque_ of :class:`Message` that the client has received from all servers and private messages.
- .. attribute:: email
+ .. attribute:: email
The email used to login. This is only set if login is successful, otherwise it's None.