Skip to content

Commit eabf835

Browse files
committed
Improve docs compliance with project
1 parent 68fdb97 commit eabf835

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

happybase/connection.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,13 @@ class Connection(object):
8787
The optional `use_kerberos` argument allows you to establish a
8888
secure connection to HBase. This argument requires a buffered
8989
`transport` protocol. You must first authorize yourself with
90-
your KDC by using kinit (e.g. kinit -kt my.keytab user@REALM)
90+
your KDC by using `kinit` (e.g. `kinit -kt my.keytab user@REALM`)
91+
92+
The optional `sasl_service` argument allows to specify the name of
93+
the sasl service.
94+
95+
.. versionadded:: 0.9.1
96+
`use_kerberos` and `sasl_service` arguments
9197
9298
.. versionadded:: 0.9
9399
`protocol` argument

0 commit comments

Comments
 (0)