]> granicus.if.org Git - python/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 6d93dd062e3fe482cf2f432e2900ec0c68e4b377..4f07c93c52777d7fea2d0b7e4a2747686d8dc30c 100644 (file)
@@ -2570,7 +2570,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; :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`.)