diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-02-01 20:10:18 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-02-01 20:10:18 +0100 |
commit | a3af0ce71d5b4368f1d9de8d17ff5e20086edcc4 (patch) | |
tree | 3cd42d908e898840ec434536f6a32cb97f72790c /netlib/tcp.py | |
parent | bda49dd178fee1361f3585bd7efad67883298e5a (diff) | |
download | mitmproxy-a3af0ce71d5b4368f1d9de8d17ff5e20086edcc4.tar.gz mitmproxy-a3af0ce71d5b4368f1d9de8d17ff5e20086edcc4.tar.bz2 mitmproxy-a3af0ce71d5b4368f1d9de8d17ff5e20086edcc4.zip |
tests++
Diffstat (limited to 'netlib/tcp.py')
-rw-r--r-- | netlib/tcp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib/tcp.py b/netlib/tcp.py index 57a9b737..1523370b 100644 --- a/netlib/tcp.py +++ b/netlib/tcp.py @@ -272,7 +272,7 @@ class Reader(_FileLike): Raises: TcpException if there was an error with the socket TlsException if there was an error with pyOpenSSL. - NotImplementedError if the underlying file object is not a (pyOpenSSL) socket + NotImplementedError if the underlying file object is not a [pyOpenSSL] socket """ if isinstance(self.o, socket_fileobject): try: |