diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 16:51:46 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 16:51:46 -0700 |
commit | 4a950ea474a783e6de870612f963d35c73486df1 (patch) | |
tree | 8fdaf9f3a48f2466b416abe853592aa8c8bc724a | |
parent | 6e91d103e8e6c618f1c514638bd2e7243e0e3767 (diff) |
Nuke extraneous 'for Paramiko' now that it's inside us
-rw-r--r-- | paramiko/ssh_gss.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/ssh_gss.py b/paramiko/ssh_gss.py index 2fdde227..ec21a79a 100644 --- a/paramiko/ssh_gss.py +++ b/paramiko/ssh_gss.py @@ -76,7 +76,7 @@ except (ImportError, OSError): def GSSAuth(auth_method, gss_deleg_creds=True): """ - Provide SSH2 GSS-API / SSPI authentication for Paramiko. + Provide SSH2 GSS-API / SSPI authentication. :param str auth_method: The name of the SSH authentication mechanism (gssapi-with-mic or gss-keyex) |