summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-02-21 17:20:51 (GMT)
committerBrett Cannon <brett@python.org>2016-02-21 17:20:51 (GMT)
commit31feb71f802fe9778b162d55f2f55d3abe4854a8 (patch)
tree96d66d0623bf6c609a4e754bef017cb8da56f3d4 /Misc
parent27c712e149f4fab576a73c458412cfa4bdb63ddc (diff)
downloadcpython-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 66d9613..9de4fce 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.