diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2013-10-03 20:39:39 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2013-10-03 20:39:39 (GMT) |
commit | b6b34923176f370f16f437465f14c73f31afab69 (patch) | |
tree | 3652f7013bb6657c86cb0fec787ec8b96dec3fb9 /Misc | |
parent | b3b5801943dabe09fb0cd66f482ddd7454de847c (diff) | |
parent | 48b42ecd0f95e837eabd1177e43b7abddeca825e (diff) | |
download | cpython-b6b34923176f370f16f437465f14c73f31afab69.zip cpython-b6b34923176f370f16f437465f14c73f31afab69.tar.gz cpython-b6b34923176f370f16f437465f14c73f31afab69.tar.bz2 |
Fix typo.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(). |