Skip to content

Commit ca4731a

Browse files
timgates42wbolster
authored andcommitted
Fix simple typo: specifed, -> specified, (#235)
Closes #234
1 parent f5bc80b commit ca4731a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

happybase/connection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Connection(object):
4343
The `host` and `port` arguments specify the host name and TCP port
4444
of the HBase Thrift server to connect to. If omitted or ``None``,
4545
a connection to the default port on ``localhost`` is made. If
46-
specifed, the `timeout` argument specifies the socket timeout in
46+
specified, the `timeout` argument specifies the socket timeout in
4747
milliseconds.
4848
4949
If `autoconnect` is `True` (the default) the connection is made

0 commit comments

Comments
 (0)