From bce744550d80b66a6889ebb9dc2814f9644f978e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 4 Dec 2024 12:06:40 +0100 Subject: [PATCH] Fix typo Change-Id: I0b9be4ea10c3837007158771fde46ad70e5c52a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177785 Reviewed-by: Jean-Pierre Ledure Tested-by: Jenkins --- wizards/source/scriptforge/python/scriptforge.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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