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
commit0f68f5c44f7fd66ebb7af4bbd6f3ef520540fb75 (patch)
treeeca32abf3b6d4aea866b559378dea2f6d94abd20
parent13d53f0dcf6c9be7be472f655e271754639edb59 (diff)
downloadcpython-0f68f5c44f7fd66ebb7af4bbd6f3ef520540fb75.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.