Fix some typos in the NEWS file

This commit is contained in:
Brett Cannon 2016-02-21 09:21:35 -08:00
commit ccd6c593ef
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ Library
Issue #26186: Remove an invalid type check in importlib.util.LazyLoader.
- Issue #26367: importlib.__init__() raises ImportError like
- Issue #26367: importlib.__import__() raises ImportError like
builtins.__import__() when ``level`` is specified but without an accompanying
package specified.