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

New commits:
commit 26785eed7615fb9467892d59f6b9a525e388980f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:15:14 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:42:08 2024 +0100

    Fix typo
    
    Change-Id: Ib1f5fdc8c44c62619325f6d21d834459905fab44
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164921
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>
    Tested-by: Jenkins

diff --git a/wizards/source/scriptforge/python/scriptforge.pyi 
b/wizards/source/scriptforge/python/scriptforge.pyi
index c08c618373cf..a1b244e111de 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -1578,7 +1578,7 @@ class SFScriptForge:
 
         def Language(self, region: str = ...) -> str:
             """
-                Gets tthe name of the language, in English, of the specified 
region.
+                Gets the name of the language, in English, of the specified 
region.
                     Args
                         ``region``: formatted as "la-CO" or "la".
                 """

Reply via email to