summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2013-10-03 20:39:39 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2013-10-03 20:39:39 (GMT)
commitb6b34923176f370f16f437465f14c73f31afab69 (patch)
tree3652f7013bb6657c86cb0fec787ec8b96dec3fb9 /Misc
parentb3b5801943dabe09fb0cd66f482ddd7454de847c (diff)
parent48b42ecd0f95e837eabd1177e43b7abddeca825e (diff)
downloadcpython-b6b34923176f370f16f437465f14c73f31afab69.zip
cpython-b6b34923176f370f16f437465f14c73f31afab69.tar.gz
cpython-b6b34923176f370f16f437465f14c73f31afab69.tar.bz2
Fix typo.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 05752f1..72ebe4d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -358,7 +358,7 @@ Library
- Issue #18598: Tweak exception message for importlib.import_module() to
include the module name when a key argument is missing.
-- 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().