]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo
authorRaymond Hettinger <python@rcn.com>
Sat, 7 Aug 2010 23:38:16 +0000 (23:38 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 7 Aug 2010 23:38:16 +0000 (23:38 +0000)
Doc/library/heapq.rst

index 6368cca57432af5fe38c9cc194476e1162fc079a..f5d62c7a45d2d953602f3f3b7538eaeb06119214 100644 (file)
@@ -151,7 +151,7 @@ for a heap, and it presents several implementation challenges:
 * 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