summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-04-15 02:22:36 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2014-04-15 02:22:36 (GMT)
commit9417764e0164711886ee5416204b59ec47ef54c7 (patch)
tree0e66c0b9d1bf6a0c218b2e801fc16271d632f56b
parentf15f7484bb2265ae46b227c9ddb2300958e93e3f (diff)
downloadcpython-9417764e0164711886ee5416204b59ec47ef54c7.zip
cpython-9417764e0164711886ee5416204b59ec47ef54c7.tar.gz
cpython-9417764e0164711886ee5416204b59ec47ef54c7.tar.bz2
misc.news: Remove whitespace
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9cdc605..45401d6 100644
--- 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.