Skip to content

Commit cd6dd42

Browse files
ZhanYFhoffstadt
authored andcommitted
Typo in demo.py
1 parent 51ab912 commit cd6dd42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dearpygui/demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ def _selection(sender, app_data, user_data):
875875
dpg.add_button(label="Button 3")
876876

877877
with dpg.tree_node(label="Groups"):
878-
dpg.add_text("Groups are used to control child items placement, width, and provide a hit box for things like is the set of items are hovered, ect...")
878+
dpg.add_text("Groups are used to control child items placement, width, and provide a hit box for things like is the set of items are hovered, etc...")
879879
with dpg.group(horizontal=True):
880880
dpg.add_button(label="Button 1")
881881
dpg.add_button(label="Button 2")

0 commit comments

Comments
 (0)