[Python-checkins] r81040 - python/trunk/Doc/whatsnew/2.7.rst

andrew.kuchling python-checkins at python.org
Mon May 10 16:20:13 CEST 2010


Author: andrew.kuchling
Date: Mon May 10 16:20:12 2010
New Revision: 81040

Log:
Use title case

Modified:
   python/trunk/Doc/whatsnew/2.7.rst

Modified: python/trunk/Doc/whatsnew/2.7.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.7.rst	(original)
+++ python/trunk/Doc/whatsnew/2.7.rst	Mon May 10 16:20:12 2010
@@ -164,7 +164,7 @@
 
 .. _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.


More information about the Python-checkins mailing list