Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit d24911d

Browse files
authored
docs: fix typo in storage quickstart comment (#23)
* docs: fix typo in storage quickstart comment
1 parent d1e4194 commit d24911d

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

docs/gapic/v1/types.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ Types for BigQuery Storage API Client
22
=====================================
33

44
.. automodule:: google.cloud.bigquery_storage_v1.types
5-
:members:
5+
:members:
6+
:noindex:

docs/gapic/v1beta1/types.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ Types for BigQuery Storage API Client
22
=====================================
33

44
.. automodule:: google.cloud.bigquery_storage_v1beta1.types
5-
:members:
5+
:members:
6+
:noindex:

docs/gapic/v1beta2/types.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ Types for BigQuery Storage API Client
22
=====================================
33

44
.. automodule:: google.cloud.bigquery_storage_v1beta2.types
5-
:members:
5+
:members:
6+
:noindex:

samples/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def main(project_id="your-project-id", snapshot_millis=0):
6565
reader = client.read_rows(session.streams[0].name)
6666

6767
# The read stream contains blocks of Avro-encoded bytes. The rows() method
68-
# uses the fastavro library to parse these blocks as an interable of Python
68+
# uses the fastavro library to parse these blocks as an iterable of Python
6969
# dictionaries. Install fastavro with the following command:
7070
#
7171
# pip install google-cloud-bigquery-storage[fastavro]

0 commit comments

Comments
 (0)