summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-16 10:04:55 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-16 19:44:11 +0100
commit5640b1b0d340301e0b90506952eef2d67e0b8ad1 (patch)
tree00484ff3184adb9a4475fb5087bc72349848f516 /wizards
parentc68303fb07ad061fc55e978064fe8bb959a3a6fe (diff)
Fix typo
Change-Id: I58ae1ae35bef53a79dfb60ac17b485e7e22a8d87 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164900 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.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 f823d713ff58..371d7b8c22c1 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -4835,7 +4835,7 @@ class SFDocuments:
def IsLoaded(self, formdocument: str) -> bool:
"""
- Return ``True`` if the given form Ddcument is currently open.
+ Return ``True`` if the given form Document is currently open.
Args
``formdocument``: A valid hierarchical form document name as a case-sensitive string.
"""