Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3046fe4 commit 47674bcCopy full SHA for 47674bc
1 file changed
Doc/library/ssl.rst
@@ -32,7 +32,7 @@ probably additional platforms, as long as OpenSSL is installed on that platform.
32
33
OpenSSL's internal random number generator does not properly handle fork.
34
Applications must change the PRNG state of the parent process if they use
35
- any SSL feature with with :func:`os.fork`. Any successful call of
+ any SSL feature with :func:`os.fork`. Any successful call of
36
:func:`~ssl.RAND_add`, :func:`~ssl.RAND_bytes` or
37
:func:`~ssl.RAND_pseudo_bytes` is sufficient.
38
0 commit comments