summaryrefslogtreecommitdiff
path: root/happybase/table.py
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2013-06-03 21:49:56 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2013-06-03 21:49:56 +0200
commitc7f74ae050299083854ab2b02297be1cb703b1f7 (patch)
treefcd05fd8f44a3b4e81a35f7323d53a5980dde782 /happybase/table.py
parent52490ca1ecc8f86bffd7dcb63d74e2bf2b91d48f (diff)
downloadhappybase-c7f74ae050299083854ab2b02297be1cb703b1f7.tar.gz
Fix typo in docstring
Diffstat (limited to 'happybase/table.py')
-rw-r--r--happybase/table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/happybase/table.py b/happybase/table.py
index 7ed78c1..bb32ce6 100644
--- a/happybase/table.py
+++ b/happybase/table.py
@@ -235,7 +235,7 @@ class Table(object):
If `limit` is given, at most `limit` results will be returned.
- The `batch_size` argument specified how many results should be
+ The `batch_size` argument specifies how many results should be
retrieved per batch when retrieving results from the scanner. Only set
this to a low value (or even 1) if your data is large, since a low
batch size results in added round-trips to the server.