Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit21cc525

Browse files
authored
docs: fix typos (#1372)
1 parent28deba6 commit21cc525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎google/cloud/bigquery/query.py‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp