File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/google-cloud-bigtable/google/cloud/bigtable Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class MutationsBatcher(object):
3333 request.
3434
3535 This class is not suited for usage in systems where each mutation
36- needs to guaranteed to be sent, since calling mutate may only result in an
36+ must be guaranteed to be sent, since calling mutate may only result in an
3737 in-memory change. In a case of a system crash, any DirectRows remaining in
3838 memory will not necessarily be sent to the service, even after the
3939 completion of the mutate() method.
@@ -105,7 +105,7 @@ def mutate(self, row):
105105 self .flush ()
106106
107107 def mutate_rows (self , rows ):
108- """Add a row to the batch. If the current batch meets one of the size
108+ """Add multiple rows to the batch. If the current batch meets one of the size
109109 limits, the batch is sent synchronously.
110110
111111 For example:
You can’t perform that action at this time.
0 commit comments