Skip to content

Commit

Permalink
docs: c o n s i s t e n c y
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Sep 23, 2023
1 parent c961511 commit daf7757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ TextInput
Functions
---------

.. autofunction:: button(cls=Button, *, style=ButtonStyle.secondary, label=None, disabled=False, custom_id=..., url=None, emoji=None, row=None)
.. autofunction:: button(cls=Button, *, custom_id=..., style=ButtonStyle.secondary, label=None, disabled=False, url=None, emoji=None, row=None)
:decorator:

.. autofunction:: string_select(cls=StringSelect, *, custom_id=..., placeholder=None, min_values=1, max_values=1, options=..., disabled=False, row=None)
Expand Down

0 comments on commit daf7757

Please sign in to comment.