summaryrefslogtreecommitdiff
path: root/wizards/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-10-15 13:16:26 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-10-15 19:29:14 +0200
commit85e4167c648eb7fff2f5537773c008e4b51abc21 (patch)
tree079faa647b08dd66994768645dc4faf3950d758c /wizards/source
parent9c0b61503c36a84c79917cd4c583a5eaccf5b458 (diff)
Fix typo
Change-Id: I2d58d52d5f331ae9b3f3c4d3dc91d86c075c2a39 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174968 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/source')
-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 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)``
"""
...