Skip to content

Commit

Permalink
chore(docs): update RowSet to no longer reference deprecated `Table…
Browse files Browse the repository at this point in the history
….yield_rows`
  • Loading branch information
ayubun committed Dec 13, 2024
1 parent f974823 commit 9c2ce3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigtable/row_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class RowSet(object):
"""Convenience wrapper of google.bigtable.v2.RowSet
Useful for creating a set of row keys and row ranges, which can
be passed to yield_rows method of class:`.Table.yield_rows`.
be passed to read_rows method of class:`.Table.read_rows`.
"""

def __init__(self):
Expand Down

0 comments on commit 9c2ce3a

Please sign in to comment.