[Python-checkins] cpython (3.4): remove extra letter

benjamin.peterson python-checkins at python.org
Fri Sep 19 23:30:31 CEST 2014


http://hg.python.org/cpython/rev/39f19b4ff1c8
changeset:   92477:39f19b4ff1c8
branch:      3.4
parent:      92475:a4231aa7ff3d
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Sep 19 17:29:08 2014 -0400
summary:
  remove extra letter

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


diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -2572,7 +2572,7 @@
   certificate store, the :class:`~ssl.SSLContext` class, and other
   features. (Contributed by Alex Gaynor and David Reid in :issue:`21308`.)
 
-* :func:`os.urandomn` was changed to cache a file descriptor to ``/dev/urandom``
+* :func:`os.urandom` was changed to cache a file descriptor to ``/dev/urandom``
   instead of reopening ``/dev/urandom`` on every call. (Contributed by Alex
   Gaynor in :issue:`21305`.)
 

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


More information about the Python-checkins mailing list