Skip to content

Commit

Permalink
docs: update staging.rst (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirmohammadZarif authored Feb 25, 2023
1 parent 038ae36 commit e1b3a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/documentation/staging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ or :py:func:`get_item_configuration <dearpygui.dearpygui.get_item_configuration>
before the item is actually created), you can create and stage the item in the
constructor of the wrapping class!

Below is are 2 examples:
Below are 2 examples:

**Example 1**

Expand Down Expand Up @@ -183,4 +183,4 @@ Below is are 2 examples:
dpg.setup_dearpygui()
dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
dpg.destroy_context()

0 comments on commit e1b3a27

Please sign in to comment.