https://github.com/python/cpython/commit/20843a94a81465f06b61c6c8e4a0419df00278e2 commit: 20843a94a81465f06b61c6c8e4a0419df00278e2 branch: master author: Ned Deily <nad at python.org> committer: GitHub <noreply at github.com> date: 2019年03月12日T19:44:20-04:00 summary: Correct minor edit to news entry. (GH-12298) files: M Misc/NEWS.d/3.8.0a1.rst diff --git a/Misc/NEWS.d/3.8.0a1.rst b/Misc/NEWS.d/3.8.0a1.rst index 47feb2bb268f..0386cb6214f5 100644 --- a/Misc/NEWS.d/3.8.0a1.rst +++ b/Misc/NEWS.d/3.8.0a1.rst @@ -8163,7 +8163,7 @@ Squeezer now properly counts wrapped lines before newlines. .. nonce: M58_K3 .. section: IDLE -Gray out Code Context menu entry on macOS when it's not applicable. +Gray out Code Context menu entry when it's not applicable. ..