Skip to content

Commit

Permalink
Update brainglobe_utils/qtpy/collapsible_widget.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Felder <[email protected]>
  • Loading branch information
IgorTatarnikov and alessandrofelder authored Jan 8, 2024
1 parent 2a03009 commit 9f2f367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainglobe_utils/qtpy/collapsible_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def add_widget(
collapsible : bool, optional
Whether the widget should be collapsible.
widget_title : str, optional
The title of the CollapsibleWidget.
The title of the widget.
"""
if collapsible:
collapsible_widget = CollapsibleWidget(widget_title, parent=self)
Expand Down

0 comments on commit 9f2f367

Please sign in to comment.