summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-05-10 14:20:12 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2010-05-10 14:20:12 (GMT)
commit10595a64f3481190d51fe13772c860be1d5583f9 (patch)
tree95cc8b7b31ed0b62bee29f041a53da78f3960f25 /Doc/whatsnew
parent93c40d49f5d86bb8191bf38b6b35d44815718b60 (diff)
downloadcpython-10595a64f3481190d51fe13772c860be1d5583f9.zip
cpython-10595a64f3481190d51fe13772c860be1d5583f9.tar.gz
cpython-10595a64f3481190d51fe13772c860be1d5583f9.tar.bz2
Use title case
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 300ef90..70ea41c 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.