From de1a96b9f7bf2f70a8e217fb91ade2d8cc41673c Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Mon, 15 Jul 2019 16:27:14 -0400 Subject: [PATCH] Fix: another capitalization issue in docstring --- discord/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/user.py b/discord/user.py index d33b0cd23..bcb8164fc 100644 --- a/discord/user.py +++ b/discord/user.py @@ -226,7 +226,7 @@ class BaseUser(_BaseUser): def created_at(self): """:class:`datetime.datetime`: Returns the user's creation time in UTC. - This is when the user's discord account was created.""" + This is when the user's Discord account was created.""" return snowflake_time(self.id) @property