diff options
author | Bill Janssen <janssen@parc.com> | 2008-06-29 00:05:51 (GMT) |
---|---|---|
committer | Bill Janssen <janssen@parc.com> | 2008-06-29 00:05:51 (GMT) |
commit | 980f3149a2485d9d96cf715af88c8aa51ba63d7f (patch) | |
tree | 56db575c1ff1cd367a490a62558e7062e6e30c02 /Doc | |
parent | 4d45bfe4c561f06b0dacfcecd37d6c395d6da3a2 (diff) | |
download | cpython-980f3149a2485d9d96cf715af88c8aa51ba63d7f.zip cpython-980f3149a2485d9d96cf715af88c8aa51ba63d7f.tar.gz cpython-980f3149a2485d9d96cf715af88c8aa51ba63d7f.tar.bz2 |
fix bad method names in ssl module (and typo in ssl doc)
Diffstat (limited to 'Doc')
-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() |