diff options
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 33904b5..658d972 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -129,7 +129,7 @@ Functions, Constants, and Exceptions method should signal unexpected EOF from the other end of the connection. If specified as :const:`True` (the default), it returns a normal EOF in response to unexpected EOF errors raised from the underlying socket; if :const:`False`, it will raise - the exceptions back the caller. + the exceptions back to the caller. .. function:: RAND_status() |