Skip to content

Commit

Permalink
Replace unique-ly with uniquely.
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed Sep 22, 2017
1 parent 97d6319 commit 58a8030
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bigquery/google/cloud/bigquery/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,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.
Expand Down
2 changes: 1 addition & 1 deletion bigquery/google/cloud/bigquery/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bigquery/google/cloud/bigquery/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 58a8030

Please sign in to comment.