Skip to content

Commit 0aba361

Browse files
committed
📝 fix typo in Client.get_poll docstring
1 parent 44757e3 commit 0aba361

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)