Skip to content

Commit

Permalink
Merge pull request #2338 from tseaver/2337-bigquery-usage-job-submit
Browse files Browse the repository at this point in the history
Replace 'job.submit' w/ 'job.begin' in usage docs.
  • Loading branch information
tseaver authored Sep 16, 2016
2 parents 11ca5bd + 59e3ac1 commit 227da50
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 @@ -263,7 +263,7 @@ Then, begin executing the job on the server:

.. doctest::

>>> job.submit() # API call
>>> job.begin() # API call
>>> job.created
datetime.datetime(2015, 7, 23, 9, 30, 20, 268260, tzinfo=<UTC>)
>>> job.state
Expand Down

0 comments on commit 227da50

Please sign in to comment.