summaryrefslogtreecommitdiff
path: root/happybase
diff options
context:
space:
mode:
Diffstat (limited to 'happybase')
-rw-r--r--happybase/batch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/happybase/batch.py b/happybase/batch.py
index 802ab56..5af6696 100644
--- a/happybase/batch.py
+++ b/happybase/batch.py
@@ -84,8 +84,8 @@ class Batch(object):
"""
# Work-around Thrift API limitation: the mutation API can only
# delete specified columns, not complete rows, so just list the
- # column families once and cache them for later use in the same
- # transaction.
+ # column families once and cache them for later use by the same
+ # batch instance.
if columns is None:
if self._families is None:
self._families = self._table._column_family_names()