diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-16 10:11:12 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-16 19:48:44 +0100 |
commit | 5569de72d7e8c4db34df5ffa10e0f46234cff1e7 (patch) | |
tree | 6273f37c83aa1cdb3394c9211b22290576c70e0c /wizards | |
parent | d845d151fd17428082aef4033353a60d7540ec3d (diff) |
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
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/scriptforge/python/scriptforge.pyi | 2 |
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 |