diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-16 10:12:29 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-16 19:47:34 +0100 |
commit | da7c50f6f74e79201e23cdc032b2288b6679e2c9 (patch) | |
tree | 982e60def44c4047c086f4dddf936cddf2e3cc45 /wizards | |
parent | 66567a0bcd9374fcc99813315c02b64b2c5a2066 (diff) |
Fix typo
Change-Id: I0db6ac0b9edfd6953d668dd0949c692630665a2f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164915
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
Diffstat (limited to 'wizards')
-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 |