Correct docstring for Game

This commit is contained in:
Mitchell Ferree
2018-03-25 04:11:54 -04:00
committed by Rapptz
parent 27063a91c7
commit 2e4e392b25
+1 -1
View File
@@ -241,7 +241,7 @@ class Game(_ActivityTag):
start: Optional[:class:`datetime.datetime`] start: 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 started. Keyword-only parameter. Ignored for bots.
end: Optional[:class:`datetime.datetime`] 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 Attributes
----------- -----------