diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-16 10:07:55 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-16 19:44:56 +0100 |
commit | 7e0a186d18b1fabe85816d9656925dce9b552dd0 (patch) | |
tree | 10e42aa47288d4885a1e7898bd81f927c87fa427 /wizards | |
parent | 36f6aea73fcac19d14d5362476e9de6887d92612 (diff) |
Fix typo
Change-Id: I3f6f98e2781dd6ca37483ca4224b76f7b474a909
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164908
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.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/scriptforge/python/scriptforge.pyi b/wizards/source/scriptforge/python/scriptforge.pyi index b39777162f79..b3e88e901081 100644 --- a/wizards/source/scriptforge/python/scriptforge.pyi +++ b/wizards/source/scriptforge/python/scriptforge.pyi @@ -3912,7 +3912,7 @@ class SFDialogs: ``border``: "3D" (default), "FLAT" or "NONE". - ``mintome``: the smallest time that can be entered in the control. Default = 0h. + ``mintime``: the smallest time that can be entered in the control. Default = 0h. ``maxtime``: the largest time that can be entered in the control. Default = 24h. Returns |