diff options
author | Brett Cannon <brett@python.org> | 2016-02-21 09:21:35 -0800 |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2016-02-21 09:21:35 -0800 |
commit | ccd6c593ef802d576e83225fbd6707ddbb19a309 (patch) | |
tree | 4cdf219e1d1e705f96de90a31c23c383bd0418b9 | |
parent | d9108d1253eef9f43c60e0ed5f1ec5603c1fba6c (diff) | |
parent | 31feb71f802fe9778b162d55f2f55d3abe4854a8 (diff) | |
download | cpython-git-ccd6c593ef802d576e83225fbd6707ddbb19a309.tar.gz |
Fix some typos in the NEWS file
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |