]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
misc.news: Remove trailing whitespace
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 15 Apr 2014 02:25:24 +0000 (22:25 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 15 Apr 2014 02:25:24 +0000 (22:25 -0400)
Misc/NEWS

index b41332ea9634324c35125e900e8dd158e1dd99d0..0bd5d2b490b09f2f1098f2696ccd3a789e1bc262 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,7 +39,7 @@ Core and Builtins
 
 - Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber.
 
-- Issue #13598: Modify string.Formatter to support auto-numbering of 
+- Issue #13598: Modify string.Formatter to support auto-numbering of
   replacement fields. It now matches the behavior of str.format() in
   this regard. Patches by Phil Elson and Ramchandra Apte.