]> granicus.if.org Git - python/commitdiff
Use title case
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 10 May 2010 14:20:12 +0000 (14:20 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 10 May 2010 14:20:12 +0000 (14:20 +0000)
Doc/whatsnew/2.7.rst

index 300ef908174f0d82ee985bd24162627788d764e2..70ea41c0c94fabb70c6dc96cd750f3ff953d6e6a 100644 (file)
@@ -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.