summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2013-10-03 20:37:55 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2013-10-03 20:37:55 (GMT)
commit48b42ecd0f95e837eabd1177e43b7abddeca825e (patch)
treea715bae34c26fa15f886a4096cfb0d1446bb6fe7 /Misc/NEWS
parentaf8566c84783a9c5cea852a2e4e2e729be7cf5a8 (diff)
downloadcpython-48b42ecd0f95e837eabd1177e43b7abddeca825e.zip
cpython-48b42ecd0f95e837eabd1177e43b7abddeca825e.tar.gz
cpython-48b42ecd0f95e837eabd1177e43b7abddeca825e.tar.bz2
Fix typo.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ed6969c..896b250 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -203,7 +203,7 @@ Library
- Issue #18405: Improve the entropy of crypt.mksalt().
-- Issue #19151: Fix docstring and use of _get_suppported_file_loaders() to
+- Issue #19151: Fix docstring and use of _get_supported_file_loaders() to
reflect 2-tuples.
- Issue #19152: Add ExtensionFileLoader.get_filename().