Skip to content

Commit e063b17

Browse files
authored
Bigtable: Row filter end points documentation error (googleapis#4667)
1 parent 017714c commit e063b17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigtable/google/cloud/bigtable/row_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class RowSampleFilter(RowFilter):
168168
169169
:type sample: float
170170
:param sample: The probability of matching a cell (must be in the
171-
interval ``[0, 1]``).
171+
interval ``(0, 1)`` The end points are excluded).
172172
"""
173173

174174
def __init__(self, sample):

0 commit comments

Comments
 (0)