summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-16 10:11:12 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-16 19:48:44 +0100
commit5569de72d7e8c4db34df5ffa10e0f46234cff1e7 (patch)
tree6273f37c83aa1cdb3394c9211b22290576c70e0c
parentFix typo (diff)
downloadcore-5569de72d7e8c4db34df5ffa10e0f46234cff1e7.tar.gz
core-5569de72d7e8c4db34df5ffa10e0f46234cff1e7.zip
Fix typo
Change-Id: I07c180c9b659950fa0ecc4bf8ca26f2d133a393c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164913 Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins
-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 6cc54616e70d..f47592d1888a 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -2843,7 +2843,7 @@ class SFDatabases:
call the ``Commit()`` method to apply the changes to the database.
Args
- ``tranactionmode``: specifies the transaction mode.
+ ``transactionmode``: specifies the transaction mode.
This argument must be one of the constants defined in ``com.sun.star.sdbc.TransactionIsolation``
(Default = ``NONE``)
Returns