diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-16 10:13:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-16 19:42:52 +0100 |
commit | 7c42fca202ae6aeecbb85b18e9166bab050a48f9 (patch) | |
tree | c31a58d1bb80ebbe1d976d7d77d917d52b48167e /wizards | |
parent | 26785eed7615fb9467892d59f6b9a525e388980f (diff) |
Fix typo
Change-Id: I5c2075d5c3e87fe5e4f56d884bf7bcfb7371498b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164917
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-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 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: |