Fix a spelling error.

This commit is contained in:
Brett Cannon 2007-12-15 01:02:40 +00:00
parent eba89b20a2
commit 65feeda92f
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ To be removed:
* Remove the unreliable empty() and full() methods from Queue.py?
* Remove jumpahead() from the random API?
* Make the primative for random be something generating random bytes
* Make the primitive for random be something generating random bytes
rather than random floats?
* Get rid of Cookie.SerialCookie and Cookie.SmartCookie?
* Modify the heapq.heapreplace() API to compare the new value to the top