From da7c50f6f74e79201e23cdc032b2288b6679e2c9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 16 Mar 2024 10:12:29 +0100 Subject: Fix typo Change-Id: I0db6ac0b9edfd6953d668dd0949c692630665a2f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164915 Reviewed-by: Jean-Pierre Ledure Tested-by: Jenkins --- wizards/source/scriptforge/python/scriptforge.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards') 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 -- cgit