Skip to content

Commit 61c88db

Browse files
authored
Fixed missing backtick causing problems
1 parent 7e5781d commit 61c88db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ext/pages/pagination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class Paginator(discord.ui.View):
184184
185185
Parameters
186186
----------
187-
pages: Union[List[:class:`PageGroup`], List[:class:`str`], List[Union[List[:class:`discord.Embed`], :class:`discord.Embed]]]
187+
pages: Union[List[:class:`PageGroup`], List[:class:`str`], List[Union[List[:class:`discord.Embed`], :class:`discord.Embed`]]]
188188
The list of :class:`PageGroup` objects, strings, embeds, or list of embeds to paginate.
189189
If a list of :class:`PageGroup` objects is provided and `show_menu` is ``False``, only the first page group will be displayed.
190190
show_disabled: :class:`bool`

0 commit comments

Comments
 (0)