]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove extra letter
authorBenjamin Peterson <benjamin@python.org>
Fri, 19 Sep 2014 21:29:08 +0000 (17:29 -0400)
committerBenjamin Peterson <benjamin@python.org>
Fri, 19 Sep 2014 21:29:08 +0000 (17:29 -0400)
Doc/whatsnew/2.7.rst

index da0fdb68fff97bcf342e50b2d4bbc1636ee73d9a..e533adf35c4881eaf0ff599c41651fa807840962 100644 (file)
@@ -2572,7 +2572,7 @@ with the first of those changes appearing in the Python 2.7.7 release.
   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`.)