Skip to content

Commit 8f00567

Browse files
committed
Docstring typo.
Addresses: googleapis#1832 (comment)
1 parent 3afd95b commit 8f00567

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/bigquery_snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
of :class:`gcloud.bigquery.client.Client`) and uses it to perform a task with
1919
the API.
2020
21-
To facility running the examples as system tests, each example is also passed
21+
To facilitate running the examples as system tests, each example is also passed
2222
a ``to_delete`` list; the function adds to the list any objects created which
2323
need to be deleted during teardown.
2424
"""

docs/pubsub_snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
of :class:`gcloud.pubsub.client.Client`) and uses it to perform a task with
1919
the API.
2020
21-
To facility running the examples as system tests, each example is also passed
21+
To facilitate running the examples as system tests, each example is also passed
2222
a ``to_delete`` list; the function adds to the list any objects created which
2323
need to be deleted during teardown.
2424
"""

0 commit comments

Comments
 (0)