Skip to content

Commit 850785b

Browse files
johangptseaver
authored andcommitted
Fix typos in Table docstrings. (#7261)
1 parent 92d76f8 commit 850785b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bigtable/google/cloud/bigtable/table.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)