Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update table.py docs #7261

Merged
merged 1 commit into from
Feb 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bigtable/google/cloud/bigtable/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def read_rows(
considered inclusive. The default is False (exclusive).

:type row_set: :class:`row_set.RowSet`
:param filter_: (Optional) The row set containing multiple row keys and
:param row_set: (Optional) The row set containing multiple row keys and
row_ranges.

:type retry: :class:`~google.api_core.retry.Retry`
Expand Down Expand Up @@ -459,7 +459,7 @@ def yield_rows(self, **kwargs):
each row.

:type row_set: :class:`row_set.RowSet`
:param filter_: (Optional) The row set containing multiple row keys and
:param row_set: (Optional) The row set containing multiple row keys and
row_ranges.

:rtype: :class:`.PartialRowData`
Expand Down Expand Up @@ -884,7 +884,7 @@ def _create_row_request(
:param app_profile_id: (Optional) The unique name of the AppProfile.

:type row_set: :class:`row_set.RowSet`
:param filter_: (Optional) The row set containing multiple row keys and
:param row_set: (Optional) The row set containing multiple row keys and
row_ranges.

:rtype: :class:`data_messages_v2_pb2.ReadRowsRequest`
Expand Down