summaryrefslogtreecommitdiff
path: root/happybase/table.py
diff options
context:
space:
mode:
authorOldPanda <zjh0930@gmail.com>2016-09-14 11:00:25 -0700
committerOldPanda <zjh0930@gmail.com>2016-09-14 11:00:25 -0700
commitea71bdff8bcffc92b52068edd07d3dae1dd43625 (patch)
treeae34c643a68480dbe27ad6fc89709e39b5d7c13b /happybase/table.py
parent2b521841caa85cf2fa77ecf7c38cfddc356e202e (diff)
downloadhappybase-ea71bdff8bcffc92b52068edd07d3dae1dd43625.tar.gz
fixed typo in docstring of method scan()
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 22c5dd0..c982ef8 100644
--- a/happybase/table.py
+++ b/happybase/table.py
@@ -290,7 +290,7 @@ class Table(object):
:param str filter: a filter string (optional)
:param int timestamp: timestamp (optional)
:param bool include_timestamp: whether timestamps are returned
- :param int batch_size: batch size for retrieving resuls
+ :param int batch_size: batch size for retrieving results
:param bool scan_batching: server-side scan batching (optional)
:param int limit: max number of rows to return
:param bool sorted_columns: whether to return sorted columns