From 7219f9fe19e4f2ead71dad8953cbeea797af543f Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Thu, 21 Sep 2017 15:19:38 -0700 Subject: [PATCH] Replace unique-ly with uniquely. --- bigquery/google/cloud/bigquery/dataset.py | 2 +- bigquery/google/cloud/bigquery/schema.py | 2 +- bigquery/google/cloud/bigquery/table.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bigquery/google/cloud/bigquery/dataset.py b/bigquery/google/cloud/bigquery/dataset.py index 0265a56d4fe4d..0cd50eedf0717 100644 --- a/bigquery/google/cloud/bigquery/dataset.py +++ b/bigquery/google/cloud/bigquery/dataset.py @@ -160,7 +160,7 @@ def to_api_repr(self): } def _key(self): - """A tuple key that unique-ly describes this field. + """A tuple key that uniquely describes this field. Used to compute this instance's hashcode and evaluate equality. diff --git a/bigquery/google/cloud/bigquery/schema.py b/bigquery/google/cloud/bigquery/schema.py index 4aea34ac22e0e..535c445a37264 100644 --- a/bigquery/google/cloud/bigquery/schema.py +++ b/bigquery/google/cloud/bigquery/schema.py @@ -126,7 +126,7 @@ def to_api_repr(self): return answer def _key(self): - """A tuple key that unique-ly describes this field. + """A tuple key that uniquely describes this field. Used to compute this instance's hashcode and evaluate equality. diff --git a/bigquery/google/cloud/bigquery/table.py b/bigquery/google/cloud/bigquery/table.py index 03e945583e6ed..542e87db0bb87 100644 --- a/bigquery/google/cloud/bigquery/table.py +++ b/bigquery/google/cloud/bigquery/table.py @@ -135,7 +135,7 @@ def to_api_repr(self): } def _key(self): - """A tuple key that unique-ly describes this field. + """A tuple key that uniquely describes this field. Used to compute this instance's hashcode and evaluate equality.