[Python-checkins] cpython (3.4): misc.news: Remove whitespace

yury.selivanov python-checkins at python.org
Tue Apr 15 04:29:48 CEST 2014


http://hg.python.org/cpython/rev/2031ff9f13a8
changeset:   90313:2031ff9f13a8
branch:      3.4
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Mon Apr 14 22:22:36 2014 -0400
summary:
  misc.news: Remove whitespace

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,7 +30,7 @@
 - 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list