diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-16 10:07:03 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-16 19:46:08 +0100 |
commit | 3f9a557813633f95ff7191241955fa343093be21 (patch) | |
tree | 29d2ce0ca3d4f3b1628642a7a6014cf5d6f3935a /wizards/source | |
parent | 7abfe574e2c5ef026ea31d5ae2e76315fa842569 (diff) |
Fix typo
Change-Id: Id099d4e9471415d572f7eac56e70d20cbae8e577
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164906
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/source')
-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 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. |