summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-04-15 02:25:24 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2014-04-15 02:25:24 (GMT)
commite95a4b279e93ed8bd2a4dab14c9fbd8e8fe360e6 (patch)
treec30c8631fe56f4d3786c6de7d34bbddac25ca60d /Misc
parent626c7b77cd7daa80801236ad5f26421360ee3497 (diff)
downloadcpython-e95a4b279e93ed8bd2a4dab14c9fbd8e8fe360e6.zip
cpython-e95a4b279e93ed8bd2a4dab14c9fbd8e8fe360e6.tar.gz
cpython-e95a4b279e93ed8bd2a4dab14c9fbd8e8fe360e6.tar.bz2
misc.news: Remove trailing whitespace
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b41332e..0bd5d2b 100644
--- 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.