diff options
author | Christian Heimes <christian@cheimes.de> | 2013-10-29 21:19:39 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-10-29 21:19:39 (GMT) |
commit | 47674bc470871413cf7fcb77be317b6edfbdd875 (patch) | |
tree | de2f536c7ff2ac691e9e0fd98cdde8d7245570fd | |
parent | 3046fe4c039f333c1dc8d7758990df5bcadef873 (diff) | |
download | cpython-47674bc470871413cf7fcb77be317b6edfbdd875.zip cpython-47674bc470871413cf7fcb77be317b6edfbdd875.tar.gz cpython-47674bc470871413cf7fcb77be317b6edfbdd875.tar.bz2 |
fix language
-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 a12ce5b..1c5c355 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -32,7 +32,7 @@ probably additional platforms, as long as OpenSSL is installed on that platform. OpenSSL's internal random number generator does not properly handle fork. Applications must change the PRNG state of the parent process if they use - any SSL feature with with :func:`os.fork`. Any successful call of + any SSL feature with :func:`os.fork`. Any successful call of :func:`~ssl.RAND_add`, :func:`~ssl.RAND_bytes` or :func:`~ssl.RAND_pseudo_bytes` is sufficient. |