summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-02-21 09:20:51 -0800
committerBrett Cannon <brett@python.org>2016-02-21 09:20:51 -0800
commit31feb71f802fe9778b162d55f2f55d3abe4854a8 (patch)
tree96d66d0623bf6c609a4e754bef017cb8da56f3d4
parent27c712e149f4fab576a73c458412cfa4bdb63ddc (diff)
downloadcpython-git-31feb71f802fe9778b162d55f2f55d3abe4854a8.tar.gz
Fix some typos in the NEWS file
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 66d96132f3..9de4fce4a0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.