Skip to content

Commit 17c4dad

Browse files
committed
ext.pages docstring fix
1 parent 24f05ed commit 17c4dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/ext/pages/pagination.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class PageGroup:
159159
160160
Parameters
161161
----------
162-
pages: Union[List[:class:`str`], List[:class:`Page`], List[Union[List[:class:`discord.Embed`], :class:`discord.Embed]]]
162+
pages: Union[List[:class:`str`], List[:class:`Page`], List[Union[List[:class:`discord.Embed`], :class:`discord.Embed`]]]
163163
The list of :class:`Page` objects, strings, embeds, or list of embeds to include in the page group.
164164
label: :class:`str`
165165
The label shown on the corresponding PaginatorMenu dropdown option.
@@ -347,7 +347,7 @@ async def update(
347347
348348
Parameters
349349
----------
350-
pages: Optional[Union[List[:class:`PageGroup`], List[:class:`Page`], List[:class:`str`], List[Union[List[:class:`discord.Embed`], :class:`discord.Embed]]]]
350+
pages: Optional[Union[List[:class:`PageGroup`], List[:class:`Page`], List[:class:`str`], List[Union[List[:class:`discord.Embed`], :class:`discord.Embed`]]]]
351351
The list of :class:`PageGroup` objects, :class:`Page` objects, strings, embeds, or list of embeds to paginate.
352352
show_disabled: :class:`bool`
353353
Whether to show disabled buttons.

0 commit comments

Comments
 (0)