summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-02-21 09:21:35 -0800
committerBrett Cannon <brett@python.org>2016-02-21 09:21:35 -0800
commitccd6c593ef802d576e83225fbd6707ddbb19a309 (patch)
tree4cdf219e1d1e705f96de90a31c23c383bd0418b9
parentd9108d1253eef9f43c60e0ed5f1ec5603c1fba6c (diff)
parent31feb71f802fe9778b162d55f2f55d3abe4854a8 (diff)
downloadcpython-git-ccd6c593ef802d576e83225fbd6707ddbb19a309.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 4043e0139e..d0f9531c52 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.