[Python-checkins] r83796 - python/branches/release31-maint/Doc/library/heapq.rst

raymond.hettinger python-checkins at python.org
Sun Aug 8 01:38:16 CEST 2010


Author: raymond.hettinger
Date: Sun Aug  8 01:38:16 2010
New Revision: 83796

Log:
Fix typo

Modified:
   python/branches/release31-maint/Doc/library/heapq.rst

Modified: python/branches/release31-maint/Doc/library/heapq.rst
==============================================================================
--- python/branches/release31-maint/Doc/library/heapq.rst	(original)
+++ python/branches/release31-maint/Doc/library/heapq.rst	Sun Aug  8 01:38:16 2010
@@ -151,7 +151,7 @@
 * Tuple comparison breaks for (priority, task) pairs if the priorities are equal
   and the tasks do not have a default comparison order.
 
-* If the priority of a task changes, how do you move it to a new posistion in
+* If the priority of a task changes, how do you move it to a new position in
   the heap?
 
 * Or if a pending task needs to be deleted, how do you find it and remove it


More information about the Python-checkins mailing list