[Python-checkins] cpython: misc.news: Remove trailing whitespace

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


http://hg.python.org/cpython/rev/f021049608a1
changeset:   90315:f021049608a1
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Mon Apr 14 22:25:24 2014 -0400
summary:
  misc.news: Remove trailing 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
@@ -39,7 +39,7 @@
 
 - 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.
 

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


More information about the Python-checkins mailing list