diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-16 10:03:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-16 19:46:34 +0100 |
commit | b360a2b64f4c6937f92fc01614d21faeeca42bf2 (patch) | |
tree | 25ffd3136ed180d01d2e755df2c6ecd05ac23111 /wizards | |
parent | 3f9a557813633f95ff7191241955fa343093be21 (diff) |
Fix typo
Change-Id: Ibb07cca05ef733932326ceb29aa3fd1cd1e969d4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164896
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
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 f70e3490ce6d..5ef926d44fe2 100644 --- a/wizards/source/scriptforge/python/scriptforge.pyi +++ b/wizards/source/scriptforge/python/scriptforge.pyi @@ -6601,7 +6601,7 @@ class SFDocuments: ``printoddpages``: print the right pages when ``True`` (default). - ``printimages``: print the graphic objects when ``True`` (defauly). + ``printimages``: print the graphic objects when ``True`` (default). Returns ``True`` when successful. """ |