summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--happybase/connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/happybase/connection.py b/happybase/connection.py
index a36a474..8b1a60d 100644
--- a/happybase/connection.py
+++ b/happybase/connection.py
@@ -43,7 +43,7 @@ class Connection(object):
The `host` and `port` arguments specify the host name and TCP port
of the HBase Thrift server to connect to. If omitted or ``None``,
a connection to the default port on ``localhost`` is made. If
- specifed, the `timeout` argument specifies the socket timeout in
+ specified, the `timeout` argument specifies the socket timeout in
milliseconds.
If `autoconnect` is `True` (the default) the connection is made