#15232: make NEWS entry more accurate.
diff --git a/Misc/NEWS b/Misc/NEWS
index ca0740e..4b65fa9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -95,7 +95,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 epilog.
+  lines that start with 'From ' that occur in a MIME preamble or epilog.
 
 - Issue #13922: argparse no longer incorrectly strips '--'s that appear
   after the first one.