Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill.
diff --git a/Misc/NEWS b/Misc/NEWS
index c616ba2..9bd4f59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,10 @@
 Library
 -------
 
+- Issue #2635: Fix bug in 'fix_sentence_endings' textwrap.fill option,
+  where an extra space was added after a word containing (but not
+  ending in) '.', '!' or '?'.
+
 - Add from_buffer() and from_buffer_copy() class methods to ctypes
   data types