From db78e4365b0e497f955c974d1d8569dccca1a64f Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 29 Oct 2013 22:19:39 +0100 Subject: [PATCH] fix language --- Doc/library/ssl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 32592e55cb7..898e7d2e3d3 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -34,7 +34,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.