Skip to content

Commit fb1b899

Browse files
authored
Added a .
1 parent f74a912 commit fb1b899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/enums.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def __int__(self):
270270

271271
class TimestampStyle(Enum):
272272
"""
273-
The Style to use in :meth:`discord.utils.styled_timestamp`
273+
The Style to use in :meth:`discord.utils.styled_timestamp`.
274274
275275
See Also: `The Discord-API-Documentation <https://discord.com/developers/docs/reference#message-formating-timestamp-styles>`_
276276
"""
@@ -284,7 +284,7 @@ class TimestampStyle(Enum):
284284
relative = 'R'
285285

286286
def __repr__(self):
287-
"""Represents the :class:`TimestampStyle`"""
287+
"""Represents the :class:`TimestampStyle`."""
288288
return getattr(self, 'name')
289289

290290
def __str__(self):

0 commit comments

Comments
 (0)