Skip to content

Commit

Permalink
Fix documentation link. (googleapis#3825)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored and landrito committed Aug 22, 2017
1 parent 5fe633f commit 47db13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/google/cloud/bigquery/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def delete(self, client=None):
"""API call: delete the dataset via a DELETE request.
See
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/delete
https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/delete
:type client: :class:`~google.cloud.bigquery.client.Client` or
``NoneType``
Expand Down

0 comments on commit 47db13d

Please sign in to comment.