summaryrefslogtreecommitdiffstats
path: root/Doc/library/ssl.rst
diff options
context:
space:
mode:
authorBill Janssen <janssen@parc.com>2008-06-29 00:05:51 (GMT)
committerBill Janssen <janssen@parc.com>2008-06-29 00:05:51 (GMT)
commit980f3149a2485d9d96cf715af88c8aa51ba63d7f (patch)
tree56db575c1ff1cd367a490a62558e7062e6e30c02 /Doc/library/ssl.rst
parent4d45bfe4c561f06b0dacfcecd37d6c395d6da3a2 (diff)
downloadcpython-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/library/ssl.rst')
-rw-r--r--Doc/library/ssl.rst2
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()