diff options
author | Brett Cannon <brett@python.org> | 2016-02-21 17:20:51 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2016-02-21 17:20:51 (GMT) |
commit | 31feb71f802fe9778b162d55f2f55d3abe4854a8 (patch) | |
tree | 96d66d0623bf6c609a4e754bef017cb8da56f3d4 /Misc | |
parent | 27c712e149f4fab576a73c458412cfa4bdb63ddc (diff) | |
download | cpython-31feb71f802fe9778b162d55f2f55d3abe4854a8.zip cpython-31feb71f802fe9778b162d55f2f55d3abe4854a8.tar.gz cpython-31feb71f802fe9778b162d55f2f55d3abe4854a8.tar.bz2 |
Fix some typos in the NEWS file
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |