Patch #870500: Correct description of sorted() feature.

Fix typo.
This commit is contained in:
Martin v. Löwis 2004-01-07 05:23:45 +00:00
parent b9523879ea
commit 730c28e861
1 changed files with 2 additions and 3 deletions

View File

@ -31,11 +31,10 @@ Completed features for 2.4
PEP 322 Reverse Iteration
Encapsulate the decorate-sort-undecorate patten in a keyword for
Encapsulate the decorate-sort-undecorate pattern in a keyword for
list.sort().
Added a classmethod called list.sorted() which may be used in
expressions.
Added a builtin called sorted() which may be used in expressions.
The itertools module has two new functions, tee() and groupby().