Skip to content

Commit e3a8109

Browse files
authored
Fix rows func doc (#258)
1 parent 8d74c3d commit e3a8109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

happybase/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def rows(self, rows, columns=None, timestamp=None,
136136
"""Retrieve multiple rows of data.
137137
138138
This method retrieves the rows with the row keys specified in the
139-
`rows` argument, which should be should be a list (or tuple) of row
139+
`rows` argument, which should be a list (or tuple) of row
140140
keys. The return value is a list of `(row_key, row_dict)` tuples.
141141
142142
The `columns`, `timestamp` and `include_timestamp` arguments behave

0 commit comments

Comments
 (0)