Skip to content

Commit 21cc525

Browse files
authored
docs: fix typos (#1372)
1 parent 28deba6 commit 21cc525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/cloud/bigquery/query.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ def _key(self):
795795
Used to compute this instance's hashcode and evaluate equality.
796796
797797
Returns:
798-
Tuple: The contents of this :class:`~google.cloud.biquery.ArrayQueryParameter`.
798+
Tuple: The contents of this :class:`~google.cloud.bigquery.ArrayQueryParameter`.
799799
"""
800800
return (self.name, self.struct_types, self.struct_values)
801801

google/cloud/bigquery/schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def from_api_repr(cls, api_repr: dict) -> "SchemaField":
144144
:meth:`to_api_repr`.
145145
146146
Returns:
147-
google.cloud.biquery.schema.SchemaField: The ``SchemaField`` object.
147+
google.cloud.bigquery.schema.SchemaField: The ``SchemaField`` object.
148148
"""
149149
field_type = api_repr["type"].upper()
150150

0 commit comments

Comments
 (0)