Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49d77fd

Browse files
committed
remove extra letter
1 parent ce30237 commit 49d77fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/2.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2572,7 +2572,7 @@ with the first of those changes appearing in the Python 2.7.7 release.
25722572
certificate store, the :class:`~ssl.SSLContext` class, and other
25732573
features. (Contributed by Alex Gaynor and David Reid in :issue:`21308`.)
25742574

2575-
* :func:`os.urandomn` was changed to cache a file descriptor to ``/dev/urandom``
2575+
* :func:`os.urandom` was changed to cache a file descriptor to ``/dev/urandom``
25762576
instead of reopening ``/dev/urandom`` on every call. (Contributed by Alex
25772577
Gaynor in :issue:`21305`.)
25782578

0 commit comments

Comments
 (0)