summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5ef926d44fe2..dbbf38da8391 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -6569,7 +6569,7 @@ class SFDocuments:
Returns a Database service instance (service = ``SFDatabases.Database``) giving access
to the execution of SQL commands on the database linked with the actual form document.
Args
- ``user``, ``oassword``: the login parameters.
+ ``user``, ``password``: the login parameters.
"""
...