summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-16 10:06:47 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-16 19:45:46 +0100
commit7abfe574e2c5ef026ea31d5ae2e76315fa842569 (patch)
treea684f23f2c33f6b55866b8c14406847c65353f4c /wizards
parentd7d37ac32c5c7828d376fd71e4a3f5fbc359a22f (diff)
Fix typo
Change-Id: I42521b965da582e00e4fa9186bb5de3ea3defd4f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164905 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 c9ab46376efb..4ae1e93dfdde 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -7000,7 +7000,7 @@ class SFWidgets:
"""
Displays the popup menu and waits for a user action.
Args
- ``returnid``: if ``True`` (default), the numeric identfier of the selected item is returned.
+ ``returnid``: if ``True`` (default), the numeric identifier of the selected item is returned.
If ``False``, the method returns the item's name.
Returns
The item clicked by the user.