summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-10-29 21:21:16 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-10-29 21:21:16 (GMT)
commit9f09120b83deb6dac4160606432ab5afe9f75dbd (patch)
treea5901e2cf0e81d311e91558d62970e1309520343 /Doc
parent520dbc78b1fbb15653f2d114a91b79ea89b9242b (diff)
parentedfda1f9221f2aec37556db71fcf7208197290cd (diff)
downloadcpython-9f09120b83deb6dac4160606432ab5afe9f75dbd.zip
cpython-9f09120b83deb6dac4160606432ab5afe9f75dbd.tar.gz
cpython-9f09120b83deb6dac4160606432ab5afe9f75dbd.tar.bz2
merge
Diffstat (limited to 'Doc')
-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 e6f164d..5af56f9 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -33,7 +33,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.