From a96982f831284781e65cb3353960bd108ec178d9 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 12 Mar 2019 19:09:03 -0400 Subject: [PATCH] Correct minor edit to news entry. --- Misc/NEWS.d/3.7.3rc1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.7.3rc1.rst b/Misc/NEWS.d/3.7.3rc1.rst index 4ddf900a7e58a0..37e50d21294339 100644 --- a/Misc/NEWS.d/3.7.3rc1.rst +++ b/Misc/NEWS.d/3.7.3rc1.rst @@ -1187,7 +1187,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. ..