[ooni-probe/develop] Appease asn's penchant for borderline obsessive compulsive docstrings.

commit a67c418beb80ba8f3c8e81ddc906472fc30b3274 Author: Isis Lovecruft <isis@torproject.org> Date: Thu Feb 28 17:52:51 2013 +0000 Appease asn's penchant for borderline obsessive compulsive docstrings. * Notice, also, how the last sentence is less than 70 chars. :) --- nettests/experimental/tls_handshake.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nettests/experimental/tls_handshake.py b/nettests/experimental/tls_handshake.py index 3e754ae..fbd60d8 100644 --- a/nettests/experimental/tls_handshake.py +++ b/nettests/experimental/tls_handshake.py @@ -603,8 +603,6 @@ class TLSHandshakeTest(nettest.NetTestCase): >>> server_cert.get_pubkey() <OpenSSL.crypto.PKey at 0x4985d28> >>> pk = server_cert.get_pubkey() - >>> pk.check - <function check> >>> pk.check() Segmentation fault
participants (1)
-
isis@torproject.org