Skip to content

Commit b056fff

Browse files
authored
finish my sentence
1 parent 5c8c85c commit b056fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TROUBLESHOOTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ to_dataframe_logger = logging.getLogger("google.cloud.bigquery._pandas_helpers")
2424
to_dataframe_logger.setLevel(logging.DEBUG)
2525
to_dataframe_logger.addHandler(handler)
2626

27-
# Example code that touches
27+
# Example code that touches the BQ Storage Read API.
2828
bqclient = google.cloud.bigquery.Client()
2929
results = bqclient.query_and_wait("SELECT * FROM `bigquery-public-data.usa_names.usa_1910_2013`")
3030
print(results.to_dataframe().head())

0 commit comments

Comments
 (0)