Skip to content

Commit

Permalink
docs: fix typos (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandhlee committed Oct 4, 2022
1 parent 28deba6 commit 21cc525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/cloud/bigquery/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def _key(self):
Used to compute this instance's hashcode and evaluate equality.
Returns:
Tuple: The contents of this :class:`~google.cloud.biquery.ArrayQueryParameter`.
Tuple: The contents of this :class:`~google.cloud.bigquery.ArrayQueryParameter`.
"""
return (self.name, self.struct_types, self.struct_values)

Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigquery/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def from_api_repr(cls, api_repr: dict) -> "SchemaField":
:meth:`to_api_repr`.
Returns:
google.cloud.biquery.schema.SchemaField: The ``SchemaField`` object.
google.cloud.bigquery.schema.SchemaField: The ``SchemaField`` object.
"""
field_type = api_repr["type"].upper()

Expand Down

0 comments on commit 21cc525

Please sign in to comment.