summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-06 16:00:48 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-06 16:00:48 -0800
commit39c13bccf1d4015eb6800de019c9fc7a387f1401 (patch)
treeddc0cf7d826a46a8963150ea325b7a269764a74b
parentba0b12fb09f7334e930fc2b5a02d7e7824695627 (diff)
Docstring reformat
-rw-r--r--paramiko/packet.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/paramiko/packet.py b/paramiko/packet.py
index b922000c..8aaab75a 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`
"""