summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--paramiko/ssh_gss.py2
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)