diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-16 10:13:38 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-16 19:47:47 +0100 |
commit | d845d151fd17428082aef4033353a60d7540ec3d (patch) | |
tree | 0ff67ca60031fadc7ac26a2df04449e9f8899950 /wizards/source | |
parent | da7c50f6f74e79201e23cdc032b2288b6679e2c9 (diff) |
Fix typo
Change-Id: I5bece7e286f8ebced0f5f45fff7377037b546a37
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164918
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/scriptforge/python/scriptforge.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/scriptforge/python/scriptforge.py b/wizards/source/scriptforge/python/scriptforge.py index c01d40b57fe0..cdb627fdc258 100644 --- a/wizards/source/scriptforge/python/scriptforge.py +++ b/wizards/source/scriptforge/python/scriptforge.py @@ -56,7 +56,7 @@ ScriptForge(hostname = 'localhost', port = 2024) 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. Specific documentation about the use of ScriptForge from Python scripts: https://help.libreoffice.org/latest/en-US/text/sbasic/shared/03/sf_intro.html?DbPAR=BASIC |