aboutsummaryrefslogtreecommitdiff
path: root/discord/user.py
diff options
context:
space:
mode:
authorReece Dunham <[email protected]>2019-07-15 16:27:14 -0400
committerRapptz <[email protected]>2019-07-18 18:06:42 -0400
commitde1a96b9f7bf2f70a8e217fb91ade2d8cc41673c (patch)
tree437ba5719afd5eb3d89134ebe078da9e0af39c90 /discord/user.py
parent[commands] Bot.is_owner should be marked as coroutine (diff)
downloaddiscord.py-de1a96b9f7bf2f70a8e217fb91ade2d8cc41673c.tar.xz
discord.py-de1a96b9f7bf2f70a8e217fb91ade2d8cc41673c.zip
Fix: another capitalization issue in docstring
Diffstat (limited to 'discord/user.py')
-rw-r--r--discord/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/user.py b/discord/user.py
index d33b0cd2..bcb8164f 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