Skip to content

Commit cb32c36

Browse files
author
IlyaFaer
committed
Spelling
1 parent fc1f245 commit cb32c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/google/cloud/bigquery/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2507,7 +2507,7 @@ def insert_rows_json(
25072507
the mappings describing one or more problems with the row.
25082508
"""
25092509
if not isinstance(json_rows, collections_abc.Sequence):
2510-
raise TypeError("json_rows arg should be a sequence of dicts")
2510+
raise TypeError("json_rows argument should be a sequence of dicts")
25112511
# Convert table to just a reference because unlike insert_rows,
25122512
# insert_rows_json doesn't need the table schema. It's not doing any
25132513
# type conversions.

0 commit comments

Comments
 (0)