We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37f74a commit 7660f40Copy full SHA for 7660f40
1 file changed
spanner/google/cloud/spanner_v1/database.py
@@ -284,7 +284,7 @@ def execute_partitioned_dml(
284
"""Execute a partitionable DML statement.
285
286
:type dml: str
287
- :param dml: SQL DML statement
+ :param dml: DML statement
288
289
:type params: dict, {str -> column value}
290
:param params: values for parameter replacement. Keys must match
0 commit comments