summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-03 16:58:02 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-03 16:58:02 -0800
commitb0435808802cf435fd2865b7b8af2326064df82c (patch)
treeeb5586d5d5c32c4fcca9ff1c07de21e5c518181d
parent4565fb517ceb54aa994ff96380b2c8f24df43968 (diff)
80-col
-rw-r--r--paramiko/client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/paramiko/client.py b/paramiko/client.py
index 5a215a81..07175763 100644
--- a/paramiko/client.py
+++ b/paramiko/client.py
@@ -256,7 +256,8 @@ class SSHClient (ClosingContextManager):
:param socket sock:
an open socket or socket-like object (such as a `.Channel`) to use
for communication to the target host
- :param bool gss_auth: ``True`` if you want to use GSS-API authentication
+ :param bool gss_auth:
+ ``True`` if you want to use GSS-API authentication
:param bool gss_kex:
Perform GSS-API Key Exchange and user authentication
:param bool gss_deleg_creds: Delegate GSS-API client credentials or not