We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bc80b commit ca4731aCopy full SHA for ca4731a
happybase/connection.py
@@ -43,7 +43,7 @@ class Connection(object):
43
The `host` and `port` arguments specify the host name and TCP port
44
of the HBase Thrift server to connect to. If omitted or ``None``,
45
a connection to the default port on ``localhost`` is made. If
46
- specifed, the `timeout` argument specifies the socket timeout in
+ specified, the `timeout` argument specifies the socket timeout in
47
milliseconds.
48
49
If `autoconnect` is `True` (the default) the connection is made
0 commit comments