Skip to content

Commit df37095

Browse files
Fix documentation link. (#3825)
1 parent fbda27c commit df37095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/google/cloud/bigquery/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ def delete(self, client=None):
536536
"""API call: delete the dataset via a DELETE request.
537537
538538
See
539-
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/delete
539+
https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/delete
540540
541541
:type client: :class:`~google.cloud.bigquery.client.Client` or
542542
``NoneType``

0 commit comments

Comments
 (0)