]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix some typos in the NEWS file
authorBrett Cannon <brett@python.org>
Sun, 21 Feb 2016 17:20:51 +0000 (09:20 -0800)
committerBrett Cannon <brett@python.org>
Sun, 21 Feb 2016 17:20:51 +0000 (09:20 -0800)
Misc/NEWS

index 66d96132f3b06d22f4164795fc9449fe6c51f837..9de4fce4a01896f3c57ab67c7b6b853627da42a7 100644 (file)
--- 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.