From 3f9a557813633f95ff7191241955fa343093be21 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 16 Mar 2024 10:07:03 +0100 Subject: Fix typo Change-Id: Id099d4e9471415d572f7eac56e70d20cbae8e577 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164906 Reviewed-by: Jean-Pierre Ledure Tested-by: Julien Nabet --- 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 4ae1e93dfdde..f70e3490ce6d 100644 --- a/wizards/source/scriptforge/python/scriptforge.pyi +++ b/wizards/source/scriptforge/python/scriptforge.pyi @@ -608,7 +608,7 @@ class SFScriptForge: ``title``: String expression displayed in the title bar of the dialog box. - ``default``: String expression displayed in the text box as default ifno other input is given. + ``default``: String expression displayed in the text box as default if no other input is given. ``xpostwips``: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of LibreOffice. -- cgit