diff options
author | Georg Brandl <georg@python.org> | 2010-04-14 08:53:38 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-04-14 08:53:38 (GMT) |
commit | 4fabac545e33593245b92ec3b93af7e5de41b4fb (patch) | |
tree | c13a75183018b8f25b3546e36434c1fe5f1e0f0f | |
parent | 235350a14234e0a3cb52472031c9855a766ef0ad (diff) | |
download | cpython-4fabac545e33593245b92ec3b93af7e5de41b4fb.zip cpython-4fabac545e33593245b92ec3b93af7e5de41b4fb.tar.gz cpython-4fabac545e33593245b92ec3b93af7e5de41b4fb.tar.bz2 |
#5341: typo.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ Library - collections.Counter() now supports a subtract() method. - the functools module now has a total_ordering() class decorator - to simplify the specifyication of rich comparisons. + to simplify the specification of rich comparisons. - The functools module also adds cmp_to_key() as a tool to transition old-style comparison functions to new-style key-functions. |