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

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


http://hg.python.org/cpython/rev/a33afa468c34
changeset:   92476:a33afa468c34
branch:      2.7
parent:      92474:2ce7e7bc3e0c
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
@@ -2570,7 +2570,7 @@
   certificate store, the :class:`~ssl.SSLContext` class, and other
   features. (Contributed by Alex Gaynor and David Reid; :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; :issue:`21305`.)
 

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


More information about the Python-checkins mailing list