File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
bigquery/google/cloud/bigquery Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments