aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-01 20:10:18 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-02-01 20:10:18 +0100
commita3af0ce71d5b4368f1d9de8d17ff5e20086edcc4 (patch)
tree3cd42d908e898840ec434536f6a32cb97f72790c /netlib
parentbda49dd178fee1361f3585bd7efad67883298e5a (diff)
downloadmitmproxy-a3af0ce71d5b4368f1d9de8d17ff5e20086edcc4.tar.gz
mitmproxy-a3af0ce71d5b4368f1d9de8d17ff5e20086edcc4.tar.bz2
mitmproxy-a3af0ce71d5b4368f1d9de8d17ff5e20086edcc4.zip
tests++
Diffstat (limited to 'netlib')
-rw-r--r--netlib/tcp.py2
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: