Skip to content

Commit

Permalink
docs: Update item-usage.rst (#1872)
Browse files Browse the repository at this point in the history
Fixed typos.
ect -> etc (short form of 'et cetera').
  • Loading branch information
vanekrus authored Aug 30, 2022
1 parent 0bedd02 commit 547f242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/tutorials/item-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ Each of these can be accessed by their corresponding function
keywords that control its appearance and behavior (label, callback, width, height)

:py:func:`get_item_state <dearpygui.dearpygui.get_item_state>`
keywords that reflect its interaction (visible, hovered, clicked, ect)
keywords that reflect its interaction (visible, hovered, clicked, etc)

:py:func:`get_item_info <dearpygui.dearpygui.get_item_info>`
keywords that reflect its information (item type, children, theme, ect)
keywords that reflect its information (item type, children, theme, etc)

.. note:: configuration, state and info are broken into
separate commands that access each individual keyword,
Expand Down

0 comments on commit 547f242

Please sign in to comment.