summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-16 10:14:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-16 19:41:44 +0100
commit5b7e83ddb004c1e97ccaba3ef6967f152c44e7f5 (patch)
treecaed237047fc0ba59e88bfaa9b1aba7c029179aa /wizards
parent85eb0d1394f1c867e932671192fecc815c5915eb (diff)
Fix typo
Change-Id: I54dff81d7dffda684f3e39a5ebf1dda06959b9dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164920 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-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 143e93ab865d..c08c618373cf 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -6389,7 +6389,7 @@ class SFDocuments:
Format: Literal["Standard (short)", "Standard (short YY)", "Standard (short YYYY)", "Standard (long)",
"DD/MM/YY", "MM/DD/YY", "YY/MM/DD", "DD/MM/YYYY", "MM/DD/YYYY", "YYYY/MM/DD", "YY-MM-DD", "YYYY-MM-DD",
"24h short", "24h long", "12h short", "12h long"]
- """ Get/set the format used to display dates and times. Applicable to ``DateField, TimeFiels, FormattedField``
+ """ Get/set the format used to display dates and times. Applicable to ``DateField, TimeField, FormattedField``
controls. """
ListCount: int
""" Get the number of rows in the control. Applicable to ``ComboBox, ListBox`` controls. """