summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2019-12-08 00:04:53 +1100
committerwouter bolsterlee <wouter@bolsterl.ee>2019-12-07 14:04:53 +0100
commitca4731a34ef0761a517bad493d0ed0a6dc4437bc (patch)
tree587a915aa30e6ff9209310ea9929a0c31cc138f7
parentf5bc80bba28fc54b9a0eb13997d10fff2f4bacda (diff)
downloadhappybase-ca4731a34ef0761a517bad493d0ed0a6dc4437bc.tar.gz
Fix simple typo: specifed, -> specified, (#235)
Closes #234
-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