Fix NEWS entry for #15036
diff --git a/Misc/NEWS b/Misc/NEWS
index 446688c..02064c0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,9 +70,9 @@
 Library
 -------
 
-- Issue #15036: Allow removing or changing multiple items in
-  single-file mailboxes (mbox, MMDF, Babyl) flushing the mailbox
-  between the changes.
+- Issue #15036: Mailbox no longer throws an error if a flush is done
+  between operations when removing or changing multiple items in mbox,
+  MMDF, or Babyl mailboxes.
 
 - Issue #10133: Make multiprocessing deallocate buffer if socket read
   fails.  Patch by Hallvard B Furuseth.