Skip to content

Commit 7660f40

Browse files
committed
Review comment: s/SQL DML/DML/.
1 parent a37f74a commit 7660f40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spanner/google/cloud/spanner_v1/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def execute_partitioned_dml(
284284
"""Execute a partitionable DML statement.
285285
286286
:type dml: str
287-
:param dml: SQL DML statement
287+
:param dml: DML statement
288288
289289
:type params: dict, {str -> column value}
290290
:param params: values for parameter replacement. Keys must match

0 commit comments

Comments
 (0)