From d6b130fdb933ffe3010e4f733cffc46e074c98ad Mon Sep 17 00:00:00 2001 From: Scot Matson Date: Fri, 16 Feb 2018 13:21:20 -0800 Subject: [PATCH] Typo in method header. Switched letters to correct typo from craetes to creates. --- bigquery/cloud-client/snippets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery/cloud-client/snippets.py b/bigquery/cloud-client/snippets.py index ee75f7fc269..6ef3a8669d7 100644 --- a/bigquery/cloud-client/snippets.py +++ b/bigquery/cloud-client/snippets.py @@ -48,7 +48,7 @@ def list_datasets(project=None): def create_dataset(dataset_id, project=None): - """Craetes a dataset in a given project. + """Creates a dataset in a given project. If no project is specified, then the currently active project is used. """