File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
bigtable/google/cloud/bigtable Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ def read_rows(
403403 considered inclusive. The default is False (exclusive).
404404
405405 :type row_set: :class:`row_set.RowSet`
406- :param filter_ : (Optional) The row set containing multiple row keys and
406+ :param row_set : (Optional) The row set containing multiple row keys and
407407 row_ranges.
408408
409409 :type retry: :class:`~google.api_core.retry.Retry`
@@ -459,7 +459,7 @@ def yield_rows(self, **kwargs):
459459 each row.
460460
461461 :type row_set: :class:`row_set.RowSet`
462- :param filter_ : (Optional) The row set containing multiple row keys and
462+ :param row_set : (Optional) The row set containing multiple row keys and
463463 row_ranges.
464464
465465 :rtype: :class:`.PartialRowData`
@@ -884,7 +884,7 @@ def _create_row_request(
884884 :param app_profile_id: (Optional) The unique name of the AppProfile.
885885
886886 :type row_set: :class:`row_set.RowSet`
887- :param filter_ : (Optional) The row set containing multiple row keys and
887+ :param row_set : (Optional) The row set containing multiple row keys and
888888 row_ranges.
889889
890890 :rtype: :class:`data_messages_v2_pb2.ReadRowsRequest`
You can’t perform that action at this time.
0 commit comments