diff --git a/docs/bigquery/usage.rst b/docs/bigquery/usage.rst index aaa63e91b679..77252e210ccd 100644 --- a/docs/bigquery/usage.rst +++ b/docs/bigquery/usage.rst @@ -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: