Skip to content

Commit

Permalink
Fix a typo in BigQuery usage documentation (googleapis#3621)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maerig authored and landrito committed Aug 21, 2017
1 parent 4237a80 commit 86c3599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bigquery/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Retrieve the results:
.. code-block:: python
>>> results = job.results()
>>> rows, total_count, token = query.fetch_data() # API requet
>>> rows, total_count, token = query.fetch_data() # API request
>>> while True:
... do_something_with(rows)
... if token is None:
Expand Down

0 comments on commit 86c3599

Please sign in to comment.