File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class MutationsBatcher(object):
33
33
request.
34
34
35
35
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
37
37
in-memory change. In a case of a system crash, any DirectRows remaining in
38
38
memory will not necessarily be sent to the service, even after the
39
39
completion of the mutate() method.
@@ -105,7 +105,7 @@ def mutate(self, row):
105
105
self .flush ()
106
106
107
107
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
109
109
limits, the batch is sent synchronously.
110
110
111
111
For example:
You can’t perform that action at this time.
0 commit comments