File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ To create an :class:`Instance <google.cloud.bigtable.instance.Instance>` object:
3434
3535You can also use :meth: `Client.instance ` to create a local wrapper for
3636instances that have already been created with the API, or through the web
37- conole :
37+ console :
3838
3939.. code :: python
4040
Original file line number Diff line number Diff 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
9696use of a callback.
9797
9898.. code-block :: python
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ this method will actually begin consumption of the subscription.
6767Subscription 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 ,
7171processing the messages that are yielded by the subscription is handled
7272through **callbacks **.
7373
You can’t perform that action at this time.
0 commit comments