summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2014-01-25 21:52:29 +0100
committerWouter Bolsterlee <uws@xs4all.nl>2014-01-25 21:52:29 +0100
commitde89975cbce50c7515a70fb226630917f1c40c6e (patch)
treefa052a0e2a6ecdf5f51a1493db21805b5231eb41
parentc02cd80697ca82fba804dd967b07908b4350f5b9 (diff)
downloadhappybase-de89975cbce50c7515a70fb226630917f1c40c6e.tar.gz
Fix typo in docstring
-rw-r--r--happybase/connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/happybase/connection.py b/happybase/connection.py
index aba5a12..11f353e 100644
--- a/happybase/connection.py
+++ b/happybase/connection.py
@@ -32,7 +32,7 @@ DEFAULT_COMPAT = '0.96'
class Connection(object):
"""Connection to an HBase Thrift server.
- The `host` and `port` argumetsn specify the host name and TCP port
+ 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