Fix some typos in the NEWS file

This commit is contained in:
Brett Cannon 2016-02-21 09:20:51 -08:00
parent 27c712e149
commit 31feb71f80
1 changed files with 1 additions and 1 deletions

View File

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