Skip to content

Commit 895951a

Browse files
shotatlukesneeringer
authored andcommitted
fix some typos (googleapis#4263)
1 parent 3562e28 commit 895951a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/bigtable/data-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ methods.
4141
:class:`DirectRow <google.cloud.bigtable.row.DirectRow>` class
4242
handles direct mutations.
4343
* The **conditional** way is via `CheckAndMutateRow`_. This method
44-
first checks if some filter is matched in a a given row, then
44+
first checks if some filter is matched in a given row, then
4545
applies one of two sets of mutations, depending on if a match
4646
occurred or not. (These mutation sets are called the "true
4747
mutations" and "false mutations".) The

docs/bigtable/instance-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To create an :class:`Instance <google.cloud.bigtable.instance.Instance>` object:
3434

3535
You can also use :meth:`Client.instance` to create a local wrapper for
3636
instances that have already been created with the API, or through the web
37-
conole:
37+
console:
3838

3939
.. code:: python
4040

docs/pubsub/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ the topic, and subscribe to that.
9292
... )
9393
>>> subscription = subscriber.create_subscription(subscription_name, topic)
9494
95-
The subscription is opened asychronously, and messages are processed by
95+
The subscription is opened asynchronously, and messages are processed by
9696
use of a callback.
9797

9898
.. code-block:: python

docs/pubsub/subscriber/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ this method will actually begin consumption of the subscription.
6767
Subscription Callbacks
6868
----------------------
6969

70-
Because subscriptions in this Pub/Sub client are opened asychronously,
70+
Because subscriptions in this Pub/Sub client are opened asynchronously,
7171
processing the messages that are yielded by the subscription is handled
7272
through **callbacks**.
7373

0 commit comments

Comments
 (0)