diff --git a/bigquery/google/cloud/bigquery/dataset.py b/bigquery/google/cloud/bigquery/dataset.py index d25f6747285f..645a68deada4 100644 --- a/bigquery/google/cloud/bigquery/dataset.py +++ b/bigquery/google/cloud/bigquery/dataset.py @@ -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``