summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2014-02-25 21:38:16 +0100
committerWouter Bolsterlee <uws@xs4all.nl>2014-02-25 21:38:16 +0100
commit6d53fc5e7b9caa6d89a3d6709769eff62e355d3f (patch)
tree87e790e9976a72fb9662e4c7b8d533a200ceaaec
parent51e76451e2fd49940b61dad71f5bfd2a1e129509 (diff)
downloadhappybase-6d53fc5e7b9caa6d89a3d6709769eff62e355d3f.tar.gz
Add missing 'versionadded' for scan_batching arg in docs
-rw-r--r--happybase/table.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/happybase/table.py b/happybase/table.py
index b217b13..b6c35a0 100644
--- a/happybase/table.py
+++ b/happybase/table.py
@@ -273,6 +273,9 @@ class Table(object):
.. versionadded:: 0.8
`sorted_columns` argument
+ .. versionadded:: 0.8
+ `scan_batching` argument
+
:param str row_start: the row key to start at (inclusive)
:param str row_stop: the row key to stop at (exclusive)
:param str row_prefix: a prefix of the row key that must match