diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-16 10:12:36 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-16 19:44:32 +0100 |
commit | 36f6aea73fcac19d14d5362476e9de6887d92612 (patch) | |
tree | d5455f7f475f31e4a3d278e723676b3264518177 /wizards/source/scriptforge | |
parent | 5640b1b0d340301e0b90506952eef2d67e0b8ad1 (diff) |
Fix typo
Change-Id: I5b5182b56259808e7c4c351f24510806bf79c9fa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164916
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/source/scriptforge')
-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 371d7b8c22c1..b39777162f79 100644 --- a/wizards/source/scriptforge/python/scriptforge.pyi +++ b/wizards/source/scriptforge/python/scriptforge.pyi @@ -6975,7 +6975,7 @@ class SFWidgets: tooltip: str = ..., ) -> 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 |