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

New commits:
commit 7c42fca202ae6aeecbb85b18e9166bab050a48f9
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:13:28 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:42:52 2024 +0100

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

diff --git a/wizards/source/scriptforge/python/scriptforge.py 
b/wizards/source/scriptforge/python/scriptforge.py
index e339ada06d63..c01d40b57fe0 100644
--- a/wizards/source/scriptforge/python/scriptforge.py
+++ b/wizards/source/scriptforge/python/scriptforge.py
@@ -41,7 +41,7 @@
     The scriptforge.pyi module
         - provides the static type checking of all the visible interfaces of 
the ScriptForge API.
         - when the user uses an IDE like PyCharm or VSCode, (s)he might 
benefit from the typing
-          hints provided by them thanks to the twin scriptforhe.pyi module.
+          hints provided by them thanks to the twin scriptforge.pyi module.
 
     Usage:
 

Reply via email to