From 2e4e392b2586578a3b5eaa4986d4db3a5b05f828 Mon Sep 17 00:00:00 2001 From: Mitchell Ferree Date: Wed, 14 Mar 2018 17:08:37 -0600 Subject: [PATCH] Correct docstring for Game --- discord/activity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/activity.py b/discord/activity.py index 7ea60d05c..dc364a90a 100644 --- a/discord/activity.py +++ b/discord/activity.py @@ -241,7 +241,7 @@ class Game(_ActivityTag): start: Optional[:class:`datetime.datetime`] A naive UTC timestamp representing when the game started. Keyword-only parameter. Ignored for bots. end: Optional[:class:`datetime.datetime`] - A naive UTC timestamp representing when the game started. Keyword-only parameter. Ignored for bots. + A naive UTC timestamp representing when the game ends. Keyword-only parameter. Ignored for bots. Attributes -----------