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

New commits:
commit bce744550d80b66a6889ebb9dc2814f9644f978e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Dec 4 12:06:40 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Dec 5 16:11:06 2024 +0100

    Fix typo
    
    Change-Id: I0b9be4ea10c3837007158771fde46ad70e5c52a8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177785
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>
    Tested-by: Jenkins

diff --git a/wizards/source/scriptforge/python/scriptforge.pyi 
b/wizards/source/scriptforge/python/scriptforge.pyi
index 1f4bc8f8f5e9..0fe33b7fef46 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -1798,7 +1798,7 @@ class SFScriptForge:
                         ``calcfunction``: the name of the Calc function to be 
called, in English.
 
                         ``args``: the arguments to be passed to the called 
Calc function. Each argument may be either
-                            - a string, a numeric value, a bool or a 
datatime.datetime instance
+                            - a string, a numeric value, a bool or a 
datetime.datetime instance
                             - a tuple or a tuple of tuples combining those 
types
                             - a com.sun.star.table.XCellRange UNO object
                     Returns

Reply via email to