From: Andrew M. Kuchling Date: Mon, 10 May 2010 14:20:12 +0000 (+0000) Subject: Use title case X-Git-Tag: v2.7rc1~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10595a64f3481190d51fe13772c860be1d5583f9;p=python Use title case --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 300ef90817..70ea41c0c9 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -164,7 +164,7 @@ Other new Python3-mode warnings include: .. _pep-0372: -PEP 372: Adding an ordered dictionary to collections +PEP 372: Adding an Ordered Dictionary to collections ==================================================== Regular Python dictionaries iterate over key/value pairs in arbitrary order.