wizards/source/scriptforge/python/scriptforge.pyi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 85e4167c648eb7fff2f5537773c008e4b51abc21
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Oct 15 13:16:26 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Oct 15 19:29:14 2024 +0200

    Fix typo
    
    Change-Id: I2d58d52d5f331ae9b3f3c4d3dc91d86c075c2a39
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174968
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/wizards/source/scriptforge/python/scriptforge.pyi 
b/wizards/source/scriptforge/python/scriptforge.pyi
index 1685b3f7c155..510c16c8ed25 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -856,7 +856,7 @@ class SFScriptForge:
                         ``foreground``: the foreground color of the window as 
an integer value.
                     Note
                         Typical use
-                            ``exc.PythonShell({**globals(), **locals()}, 
background = 0x0, foregound = 0xFFFFFF)``
+                            ``exc.PythonShell({**globals(), **locals()}, 
background = 0x0, foreground = 0xFFFFFF)``
                 """
             ...
 

Reply via email to