diff --git a/bigtable/google/cloud/bigtable/row_data.py b/bigtable/google/cloud/bigtable/row_data.py index 60fc1f0ef1e8..78179db25c4e 100644 --- a/bigtable/google/cloud/bigtable/row_data.py +++ b/bigtable/google/cloud/bigtable/row_data.py @@ -256,7 +256,7 @@ def consume_next(self): """Consume the next ``ReadRowsResponse`` from the stream. Parse the response and its chunks into a new/existing row in - :attr:`_rows` + :attr:`_rows`. Rows are returned in order by row key. """ response = six.next(self._response_iterator) self._counter += 1