summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-16 10:16:25 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-16 19:38:12 +0100
commit85eb0d1394f1c867e932671192fecc815c5915eb (patch)
tree53f1d2ac5634b8b688c4c3ac0eb906cbaef81882 /wizards
parentda56c68f5a3ff0c7f310224e83b7a60cb8b38632 (diff)
Fix typo
Change-Id: I965793a29a92eedb5555b541a22b5be0350c6b98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164923 Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/scriptforge/python/scriptforge.pyi2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/scriptforge/python/scriptforge.pyi b/wizards/source/scriptforge/python/scriptforge.pyi
index 7b2cd2fc9b77..143e93ab865d 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -5605,7 +5605,7 @@ class SFDocuments:
``sheetname``: the name of the new sheet.
``beforesheet``: the name (string) or index (numeric, starting from 1) of the sheet
- efore which to insert the new sheet. This argument is optional and the default behavior
+ before which to insert the new sheet. This argument is optional and the default behavior
is to insert the sheet at the last position.
Returns
``True`` if the sheet could be inserted successfully.