Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Sep 23, 2023
1 parent daf7757 commit 7722355
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion disnake/ui/button.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def button(
----------
cls: Type[:class:`Button`]
The button subclass to create an instance of. If provided, the following parameters
described below do no apply. Instead, this decorator will accept the same keywords
described below do not apply. Instead, this decorator will accept the same keywords
as the passed cls does.
.. versionadded:: 2.6
Expand Down
2 changes: 1 addition & 1 deletion disnake/ui/select/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def channel_select(
----------
cls: Type[:class:`ChannelSelect`]
The select subclass to create an instance of. If provided, the following parameters
described below do no apply. Instead, this decorator will accept the same keywords
described below do not apply. Instead, this decorator will accept the same keywords
as the passed cls does.
placeholder: Optional[:class:`str`]
The placeholder text that is shown if nothing is selected, if any.
Expand Down
2 changes: 1 addition & 1 deletion disnake/ui/select/mentionable.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def mentionable_select(
----------
cls: Type[:class:`MentionableSelect`]
The select subclass to create an instance of. If provided, the following parameters
described below do no apply. Instead, this decorator will accept the same keywords
described below do not apply. Instead, this decorator will accept the same keywords
as the passed cls does.
placeholder: Optional[:class:`str`]
The placeholder text that is shown if nothing is selected, if any.
Expand Down
2 changes: 1 addition & 1 deletion disnake/ui/select/role.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def role_select(
----------
cls: Type[:class:`RoleSelect`]
The select subclass to create an instance of. If provided, the following parameters
described below do no apply. Instead, this decorator will accept the same keywords
described below do not apply. Instead, this decorator will accept the same keywords
as the passed cls does.
placeholder: Optional[:class:`str`]
The placeholder text that is shown if nothing is selected, if any.
Expand Down
2 changes: 1 addition & 1 deletion disnake/ui/select/string.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def string_select(
----------
cls: Type[:class:`StringSelect`]
The select subclass to create an instance of. If provided, the following parameters
described below do no apply. Instead, this decorator will accept the same keywords
described below do not apply. Instead, this decorator will accept the same keywords
as the passed cls does.
.. versionadded:: 2.6
Expand Down
2 changes: 1 addition & 1 deletion disnake/ui/select/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def user_select(
----------
cls: Type[:class:`UserSelect`]
The select subclass to create an instance of. If provided, the following parameters
described below do no apply. Instead, this decorator will accept the same keywords
described below do not apply. Instead, this decorator will accept the same keywords
as the passed cls does.
placeholder: Optional[:class:`str`]
The placeholder text that is shown if nothing is selected, if any.
Expand Down

0 comments on commit 7722355

Please sign in to comment.