misc.news: Remove trailing whitespace

This commit is contained in:
Yury Selivanov 2014-04-14 22:25:24 -04:00
parent 626c7b77cd
commit e95a4b279e
1 changed files with 1 additions and 1 deletions

View File

@ -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.