]> granicus.if.org Git - python/commitdiff
fix language
authorChristian Heimes <christian@cheimes.de>
Tue, 29 Oct 2013 21:19:39 +0000 (22:19 +0100)
committerChristian Heimes <christian@cheimes.de>
Tue, 29 Oct 2013 21:19:39 +0000 (22:19 +0100)
Doc/library/ssl.rst

index a12ce5b4436955e78b03d4923209485336c04701..1c5c3551601ca3c0864f164ab07f30589ed71519 100644 (file)
@@ -32,7 +32,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.