summaryrefslogtreecommitdiff
path: root/paramiko/packet.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-16 19:27:25 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-16 19:27:25 -0500
commitb41a265f770b511be5d4093dd66296c584998717 (patch)
tree5bc2fc2efe6639da580b260dc3bec888333953f3 /paramiko/packet.py
parent7dbb01c7054b7a79fb9e0f3fac9a18732d3fac13 (diff)
parenta633c8cd842225a60c206b2e9ce1479cd84c7636 (diff)
downloadparamiko-b41a265f770b511be5d4093dd66296c584998717.tar.gz
Merge branch 'master' into switch-to-cryptography
Diffstat (limited to 'paramiko/packet.py')
-rw-r--r--paramiko/packet.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/paramiko/packet.py b/paramiko/packet.py
index bdd31efd..00cf5657 100644
--- a/paramiko/packet.py
+++ b/paramiko/packet.py
@@ -204,9 +204,10 @@ class Packetizer (object):
def handshake_timed_out(self):
"""
Checks if the handshake has timed out.
- If `start_handshake` wasn't called before the call to this function
- the return value will always be `False`.
- If the handshake completed before a time out was reached the return value will be `False`
+
+ If `start_handshake` wasn't called before the call to this function,
+ the return value will always be `False`. If the handshake completed
+ before a timeout was reached, the return value will be `False`
:return: handshake time out status, as a `bool`
"""