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 41d10c27f2b3..6cc54616e70d 100644 --- a/wizards/source/scriptforge/python/scriptforge.pyi +++ b/wizards/source/scriptforge/python/scriptforge.pyi @@ -6835,7 +6835,7 @@ class SFWidgets: script: SCRIPT_URI = ..., ) -> int: """ - Inserts a radio btton in the menu. + Inserts a radio button in the menu. Args ``menuitem``: defines the text to be displayed in the menu. This argument also defines the hierarchy of the item inside the menu by using the submenu |