Skip to content

Commit

Permalink
Change docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
DanicaSTFC committed Jan 30, 2024
1 parent d6e556a commit 3199989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eqt/ui/FormDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def insertWidgetToFormLayout(self, row, name, qwidget, qlabel=None):
The position in the form is specified by row. If row is out of bounds, the widget
is added at the end of the form. An error is raised if `name` is already in use
by another widget in the form. The entries associated with the widget are added
to the widget dictionary, the widget-number dictionary, and the default-widget-states
to the widget dictionary and the default-widget-states
dictionary.
Parameters:
Expand Down
4 changes: 2 additions & 2 deletions eqt/ui/UIFormWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def insertWidgetToFormLayout(self, row, name, qwidget, qlabel=None):
The position in the form is specified by row. If row is out of bounds, the widget
is added at the end of the form. An error is raised if `name` is already in use
by another widget in the form. The entries associated with the widget are added
to the widget dictionary, the widget-number dictionary, and the default-widget-states
to the widget dictionary and the default-widget-states
dictionary.
Parameters:
Expand Down Expand Up @@ -550,7 +550,7 @@ def insertWidgetToFormLayout(self, row, name, qwidget, qlabel=None):
The position in the form is specified by row. If row is out of bounds, the widget
is added at the end of the form. An error is raised if `name` is already in use
by another widget in the form. The entries associated with the widget are added
to the widget dictionary, the widget-number dictionary, and the default-widget-states
to the widget dictionary and the default-widget-states
dictionary.
Parameters:
Expand Down

0 comments on commit 3199989

Please sign in to comment.