diff options
| author | Rapptz <[email protected]> | 2015-08-27 22:17:49 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-08-27 22:17:49 -0400 |
| commit | faa7b726cd83edf5d2e6b440f78d7af0bf58eb3d (patch) | |
| tree | 12476e057f87e85c1247be7012fe4f0f1fb46640 | |
| parent | Version bump to v0.4.0. (diff) | |
| download | discord.py-faa7b726cd83edf5d2e6b440f78d7af0bf58eb3d.tar.xz discord.py-faa7b726cd83edf5d2e6b440f78d7af0bf58eb3d.zip | |
Quick documentation fixes
| -rw-r--r-- | discord/server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/server.py b/discord/server.py index 0c0172b6..fe267f3c 100644 --- a/discord/server.py +++ b/discord/server.py @@ -70,7 +70,7 @@ class Member(User): A datetime object that specifies the date and time in UTC that the member joined the server for the first time. - ,, attribute:: status + .. attribute:: status A string that denotes the user's status. Can be 'online', 'offline' or 'idle'. .. attribute:: game_id |