Fix typo.

This commit is contained in:
Eric Snow 2013-10-03 14:39:39 -06:00
commit b6b3492317

View File

@ -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().