Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ron-gal committed Jan 16, 2024
1 parent aa6b583 commit 3b7f097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google/cloud/bigtable/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,8 @@ def read_rows(
:type reversed: bool
:param reversed: (Optional) Whether records should return in descending
lexicographical order. The default is False (ascending).
lexicographical order. The default is False
(ascending).
:rtype: :class:`.PartialRowsData`
:returns: A :class:`.PartialRowsData` a generator for consuming
Expand Down

0 comments on commit 3b7f097

Please sign in to comment.