From faa7b726cd83edf5d2e6b440f78d7af0bf58eb3d Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 27 Aug 2015 22:17:49 -0400 Subject: [PATCH] Quick documentation fixes --- discord/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/server.py b/discord/server.py index 0c0172b6c..fe267f3c4 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