Skip to content

Commit f74a912

Browse files
authored
removed some doc-string issues
1 parent 96d6d53 commit f74a912

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

discord/enums.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ def __int__(self):
269269

270270

271271
class TimestampStyle(Enum):
272-
273-
"""The Style to use in :meth:`discord.utils.styled_timestamp`
272+
"""
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,6 +284,7 @@ class TimestampStyle(Enum):
284284
relative = 'R'
285285

286286
def __repr__(self):
287+
"""Represents the :class:`TimestampStyle`"""
287288
return getattr(self, 'name')
288289

289290
def __str__(self):

0 commit comments

Comments
 (0)