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

Skip to content

Commit 47674bc

Browse files
committed
fix language
1 parent 3046fe4 commit 47674bc

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
@@ -32,7 +32,7 @@ probably additional platforms, as long as OpenSSL is installed on that platform.
3232

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

0 commit comments

Comments
 (0)