diff options
| author | Brett Cannon <brett@python.org> | 2016-02-21 09:20:51 -0800 |
|---|---|---|
| committer | Brett Cannon <brett@python.org> | 2016-02-21 09:20:51 -0800 |
| commit | 0f68f5c44f7fd66ebb7af4bbd6f3ef520540fb75 (patch) | |
| tree | eca32abf3b6d4aea866b559378dea2f6d94abd20 | |
| parent | 13d53f0dcf6c9be7be472f655e271754639edb59 (diff) | |
| download | cpython-0f68f5c44f7fd66ebb7af4bbd6f3ef520540fb75.tar.gz | |
Fix some typos in the NEWS file
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
