commit 9cf3cbcfad9cc93cb85cc31e847859f5760ae97a Author: Isis Lovecruft isis@torproject.org Date: Mon Apr 22 00:20:52 2013 +0000
Fix HostUnreachable docstring to have proper Sphinx formatting. --- nettests/experimental/tls_handshake.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/nettests/experimental/tls_handshake.py b/nettests/experimental/tls_handshake.py index e84ffb8..3ab9471 100644 --- a/nettests/experimental/tls_handshake.py +++ b/nettests/experimental/tls_handshake.py @@ -99,9 +99,10 @@ class HostUnreachable(Exception): pass
class ConnectionTimeout(Exception): - """ - Raised when we receive a :class:`socket.timeout`, in order to pass the - Exception along to :func:`connectionFailed`. + """Raised when we receive a :class:`socket.timeout <timeout>`, in order to + pass the Exception along to + :func:`TLSHandshakeTest.test_handshake.connectionFailed + <connectionFailed>`. """ pass
tor-commits@lists.torproject.org