#15232: make NEWS entry more accurate.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6ab407d..7bf89f8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,7 +57,7 @@
   Initial patch by Serhiy Storchaka.
 
 - Issue #15232: when mangle_from is True, email.Generator now correctly mangles
-  lines that start with 'From' that occur in a MIME preamble or epilogue.
+  lines that start with 'From ' that occur in a MIME preamble or epilogue.
 
 - Issue #15094: Incorrectly placed #endif in _tkinter.c.
   Patch by Serhiy Storchaka.