remove extra letter

This commit is contained in:
Benjamin Peterson 2014-09-19 17:29:08 -04:00
parent ce30237493
commit 49d77fd58a
1 changed files with 1 additions and 1 deletions

View 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`.)