Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f09120

Browse files
committed
merge
2 parents 520dbc7 + edfda1f commit 9f09120

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ probably additional platforms, as long as OpenSSL is installed on that platform.
3333

3434
OpenSSL's internal random number generator does not properly handle fork.
3535
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
36+
any SSL feature with :func:`os.fork`. Any successful call of
3737
:func:`~ssl.RAND_add`, :func:`~ssl.RAND_bytes` or
3838
:func:`~ssl.RAND_pseudo_bytes` is sufficient.
3939

0 commit comments

Comments
 (0)