From 94793d426506281779876e609f6c48f06a149cd4 Mon Sep 17 00:00:00 2001 From: Johan Date: Sat, 2 Feb 2019 03:44:57 +0100 Subject: [PATCH] Update table.py docs I changed some of the documentation of some methods like table.read_rows() because the parameter row_set in type is ok, but not in param. It was a little confuse to me. --- bigtable/google/cloud/bigtable/table.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bigtable/google/cloud/bigtable/table.py b/bigtable/google/cloud/bigtable/table.py index 40dc25a5a7e3..0ec6bbcf25fc 100644 --- a/bigtable/google/cloud/bigtable/table.py +++ b/bigtable/google/cloud/bigtable/table.py @@ -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` @@ -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` @@ -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`