diff options
-rw-r--r-- | wizards/source/scriptforge/python/scriptforge.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/scriptforge/python/scriptforge.pyi b/wizards/source/scriptforge/python/scriptforge.pyi index c9ab46376efb..4ae1e93dfdde 100644 --- a/wizards/source/scriptforge/python/scriptforge.pyi +++ b/wizards/source/scriptforge/python/scriptforge.pyi @@ -7000,7 +7000,7 @@ class SFWidgets: """ Displays the popup menu and waits for a user action. Args - ``returnid``: if ``True`` (default), the numeric identfier of the selected item is returned. + ``returnid``: if ``True`` (default), the numeric identifier of the selected item is returned. If ``False``, the method returns the item's name. Returns The item clicked by the user. |