We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16fde3 commit 86ea1cfCopy full SHA for 86ea1cf
google/cloud/bigquery/magics/magics.py
@@ -611,8 +611,8 @@ def _cell_magic(line, query):
611
else:
612
if not isinstance(query, (str, bytes)):
613
raise TypeError(
614
- f"Query variable {query_var_name} must be string "
615
- "or bytes-like value."
+ f"Query variable {query_var_name} must be a string "
+ "or a bytes-like value."
616
)
617
618
# Any query that does not contain whitespace (aside from leading and trailing whitespace)
0 commit comments