Skip to content

Commit

Permalink
Fix param type for Python execute (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Aug 11, 2023
1 parent 4a518f7 commit e81f88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/python_api/src_py/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def execute(self, query, parameters=[]):
A prepared statement or a query string.
If a query string is given, a prepared statement will be created
automatically.
parameters : list
parameters : list[tuple(str, any)]
Parameters for the query.
Returns
Expand Down

0 comments on commit e81f88c

Please sign in to comment.