From 437643f18f638582c4bc777d5cbb506fa54fd18f Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 12 Mar 2019 19:04:55 -0400 Subject: [PATCH] Correct minor edit to news entry. --- Misc/NEWS.d/3.8.0a1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.8.0a1.rst b/Misc/NEWS.d/3.8.0a1.rst index 47feb2bb268f69..0386cb6214f5db 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. ..