From 31feb71f802fe9778b162d55f2f55d3abe4854a8 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 21 Feb 2016 09:20:51 -0800 Subject: Fix some typos in the NEWS file --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12