Skip to content

Commit 58a8030

Browse files
committed
Replace unique-ly with uniquely.
1 parent 97d6319 commit 58a8030

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bigquery/google/cloud/bigquery/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def to_api_repr(self):
164164
}
165165

166166
def _key(self):
167-
"""A tuple key that unique-ly describes this field.
167+
"""A tuple key that uniquely describes this field.
168168
169169
Used to compute this instance's hashcode and evaluate equality.
170170

bigquery/google/cloud/bigquery/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def to_api_repr(self):
126126
return answer
127127

128128
def _key(self):
129-
"""A tuple key that unique-ly describes this field.
129+
"""A tuple key that uniquely describes this field.
130130
131131
Used to compute this instance's hashcode and evaluate equality.
132132

bigquery/google/cloud/bigquery/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def to_api_repr(self):
135135
}
136136

137137
def _key(self):
138-
"""A tuple key that unique-ly describes this field.
138+
"""A tuple key that uniquely describes this field.
139139
140140
Used to compute this instance's hashcode and evaluate equality.
141141

0 commit comments

Comments
 (0)