summaryrefslogtreecommitdiff
path: root/wizards/source/access2base/Python.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/access2base/Python.xba')
-rw-r--r--wizards/source/access2base/Python.xba6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/access2base/Python.xba b/wizards/source/access2base/Python.xba
index 05e229155eb6..e1d2aad803a4 100644
--- a/wizards/source/access2base/Python.xba
+++ b/wizards/source/access2base/Python.xba
@@ -80,7 +80,7 @@ Public Function PythonWrapper(ByVal pvCallType As Variant _
) As Variant
' Called from Python to apply
' - on object with entry pvObject in PythonCache
-' Conventionnally: -1 = Application
+' Conventionally: -1 = Application
' -2 = DoCmd
' - a script pvScript which type is described by pvCallType
' - with arguments pvArgs(0)... (max. 8 for object methods)
@@ -110,7 +110,7 @@ Const vbGet = 2, vbLet = 4, vbMethod = 1, vbSet = 8, vbUNO = 16
If _ErrorHandler() Then On Local Error GoTo Error_Function
PythonWrapper = Null
- 'Reinterprete arguments one by one into vArgs, examine iso-dates and conventional NoArgs/Empty/Null values
+ 'Reinterpret arguments one by one into vArgs, examine iso-dates and conventional NoArgs/Empty/Null values
iNbArgs = -1
vArgs = Array()
If UBound(pvArgs) >= 0 Then
@@ -604,4 +604,4 @@ Dim vValue As Variant
End Function
-</script:module> \ No newline at end of file
+</script:module>