summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-09-13 08:51:52 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-09-13 08:51:52 -0700
commitde7804e8a06e4560f13ce214854fa2619a57e8d0 (patch)
treeedf61582c15acf68d79d23855995f27e9af1b200
parent38605d4d4e4e1374c36f31a0d68ce37beba4cb8a (diff)
downloadparamiko-de7804e8a06e4560f13ce214854fa2619a57e8d0.tar.gz
Formatting
-rw-r--r--paramiko/client.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/paramiko/client.py b/paramiko/client.py
index 69d08a1b..0e556608 100644
--- a/paramiko/client.py
+++ b/paramiko/client.py
@@ -292,9 +292,10 @@ class SSHClient (ClosingContextManager):
:param bool gss_deleg_creds: Delegate GSS-API client credentials or not
:param str gss_host:
The targets name in the kerberos database. default: hostname
- :param bool gss_trust_dns: Indicates whether or not the DNS is trusted to
- securely canonicalize the name of the host being
- connected to (default ``True``).
+ :param bool gss_trust_dns:
+ Indicates whether or not the DNS is trusted to securely
+ canonicalize the name of the host being connected to (default
+ ``True``).
:param float banner_timeout: an optional timeout (in seconds) to wait
for the SSH banner to be presented.
:param float auth_timeout: an optional timeout (in seconds) to wait for