summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchenlong <cl20141205@163.com>2019-01-10 14:57:33 +0800
committerwouter bolsterlee <wouter@bolsterl.ee>2019-01-10 07:57:33 +0100
commitdacc526c5f07f0644d518ed4b8e25505882f2906 (patch)
tree9f59dc93702fb4c5fa4eddf4fc79b9565a9aecbd
parent10f0c20f45b9ad60b43011e36b9fc06e7cf74f63 (diff)
downloadhappybase-dacc526c5f07f0644d518ed4b8e25505882f2906.tar.gz
fix description (#203)
-rw-r--r--happybase/connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/happybase/connection.py b/happybase/connection.py
index 368af07..f367552 100644
--- a/happybase/connection.py
+++ b/happybase/connection.py
@@ -53,7 +53,7 @@ class Connection(object):
The optional `table_prefix` and `table_prefix_separator` arguments
specify a prefix and a separator string to be prepended to all table
names, e.g. when :py:meth:`Connection.table` is invoked. For
- example, if `table_prefix` is ``myproject``, all tables tables will
+ example, if `table_prefix` is ``myproject``, all tables will
have names like ``myproject_XYZ``.
The optional `compat` argument sets the compatibility level for