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.
2 parents 520dbc7 + edfda1f commit 9f09120Copy full SHA for 9f09120
1 file changed
Doc/library/ssl.rst
@@ -33,7 +33,7 @@ probably additional platforms, as long as OpenSSL is installed on that platform.
33
34
OpenSSL's internal random number generator does not properly handle fork.
35
Applications must change the PRNG state of the parent process if they use
36
- any SSL feature with with :func:`os.fork`. Any successful call of
+ any SSL feature with :func:`os.fork`. Any successful call of
37
:func:`~ssl.RAND_add`, :func:`~ssl.RAND_bytes` or
38
:func:`~ssl.RAND_pseudo_bytes` is sufficient.
39
0 commit comments