wizards/source/scriptforge/python/scriptforge.pyi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 85eb0d1394f1c867e932671192fecc815c5915eb
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:16:25 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:38:12 2024 +0100

    Fix typo
    
    Change-Id: I965793a29a92eedb5555b541a22b5be0350c6b98
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164923
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>
    Tested-by: Jenkins
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

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.

Reply via email to