[Python-checkins] cpython (3.3): fix language

christian.heimes python-checkins at python.org
Tue Oct 29 22:21:49 CET 2013


http://hg.python.org/cpython/rev/b88304180a2a
changeset:   86761:b88304180a2a
branch:      3.3
parent:      86751:cd4007fb9c7e
user:        Christian Heimes <christian at cheimes.de>
date:        Tue Oct 29 22:19:39 2013 +0100
summary:
  fix language

files:
  Doc/library/ssl.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -32,7 +32,7 @@
 
    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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list