[Python-checkins] cpython (merge 3.5 -> default): Fix some typos in the NEWS file

brett.cannon python-checkins at python.org
Sun Feb 21 12:21:41 EST 2016


https://hg.python.org/cpython/rev/f555ef42ad62
changeset:   100287:f555ef42ad62
parent:      100285:d500d1a9615f
parent:      100286:de03d744e84f
user:        Brett Cannon <brett at python.org>
date:        Sun Feb 21 09:21:35 2016 -0800
summary:
  Fix some typos in the NEWS file

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -188,7 +188,7 @@
 
 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list