]> granicus.if.org Git - python/commitdiff
misc.news: Remove whitespace
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 15 Apr 2014 02:22:36 +0000 (22:22 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 15 Apr 2014 02:22:36 +0000 (22:22 -0400)
Misc/NEWS

index 9cdc6059c15ffee36155b77444833c7f3cf91b22..45401d6cd8a50ecac5b95b8e74f2c38fd9a7c96b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,7 +30,7 @@ Core and Builtins
 - Issue #12546: Allow \x00 to be used as a fill character when using str, int,
   float, and complex __format__ methods.
 
-- 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.