Skip to content

Commit ae087a7

Browse files
committed
Revert ":memo: fix typo in Client.get_poll docstring"
This reverts commit 0aba361.
1 parent 7595731 commit ae087a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ def get_poll(self, id: int, /) -> Poll | None:
11191119
11201120
Returns
11211121
-------
1122-
Optional[:class:`Poll`]
1122+
Optional[:class:`.Poll`]
11231123
The poll or ``None`` if not found.
11241124
"""
11251125
return self._connection.get_poll(id)

0 commit comments

Comments
 (0)