summaryrefslogtreecommitdiff
path: root/paramiko/kex_gss.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-09 13:56:15 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-09 13:56:15 -0700
commitdb536221784e281d5452bf0d6346e2d2a86affbd (patch)
tree0599cd77475b6a0f93eb73cf6bec2e71b3c523ae /paramiko/kex_gss.py
parentf5c558eaa7072cfe753564f5fbef2bd34748e6ca (diff)
parent22439d24a7a304cf6f9e2f97b934000f5908664e (diff)
downloadparamiko-db536221784e281d5452bf0d6346e2d2a86affbd.tar.gz
Merge branch '2.0' into 976-int
Diffstat (limited to 'paramiko/kex_gss.py')
-rw-r--r--paramiko/kex_gss.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/paramiko/kex_gss.py b/paramiko/kex_gss.py
index 39aebe54..3406babb 100644
--- a/paramiko/kex_gss.py
+++ b/paramiko/kex_gss.py
@@ -108,7 +108,7 @@ class KexGSSGroup1(object):
"""
Parse the next packet.
- :param char ptype: The type of the incoming packet
+ :param ptype: The (string) type of the incoming packet
:param `.Message` m: The paket content
"""
if self.transport.server_mode and (ptype == MSG_KEXGSS_INIT):
@@ -345,7 +345,7 @@ class KexGSSGex(object):
"""
Parse the next packet.
- :param char ptype: The type of the incoming packet
+ :param ptype: The (string) type of the incoming packet
:param `.Message` m: The paket content
"""
if ptype == MSG_KEXGSS_GROUPREQ: