summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b9ea47547d..07e217304c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -161,8 +161,8 @@ Library
- Issue #1488943: difflib.Differ() doesn't always add hints for tab characters
-- Issue #5037: Proxy the __unicode__ special method instead to __unicode__
- instead of __str__.
+- Issue #5037: Proxy the __unicode__ special method to __unicode__ instead of
+ __str__.
Build
-----