wizards/source/scriptforge/python/scriptforge.pyi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5b7e83ddb004c1e97ccaba3ef6967f152c44e7f5
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:14:16 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:41:44 2024 +0100

    Fix typo
    
    Change-Id: I54dff81d7dffda684f3e39a5ebf1dda06959b9dd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164920
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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.  """

Reply via email to