diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-05-27 08:27:19 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-05-27 08:27:19 -0400 |
commit | 67fc8c9b2880a78eb17317ff097dafd475250888 (patch) | |
tree | ba8b5fbfedcf4762519fa1f407c166a75862b8c8 /src/OpenSSL/SSL.py | |
parent | 46bd2cd9ad39942a22ef571d5e9feed995f670fe (diff) | |
download | pyopenssl-67fc8c9b2880a78eb17317ff097dafd475250888.tar.gz |
Removed nonsense docstring
Caught by @davidben
Diffstat (limited to 'src/OpenSSL/SSL.py')
-rw-r--r-- | src/OpenSSL/SSL.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/OpenSSL/SSL.py b/src/OpenSSL/SSL.py index 794199c..98c34b4 100644 --- a/src/OpenSSL/SSL.py +++ b/src/OpenSSL/SSL.py @@ -1314,9 +1314,7 @@ class Connection(object): def recv(self, bufsiz, flags=None): """ - Receive data on the connection. NOTE: If you get one of the WantRead, - WantWrite or WantX509Lookup exceptions on this, you have to call the - method again with the SAME buffer. + Receive data on the connection. :param bufsiz: The maximum number of bytes to read :param flags: (optional) The only supported flag is ``MSG_PEEK``, |