From: Raymond Hettinger Date: Sat, 7 Aug 2010 23:38:16 +0000 (+0000) Subject: Fix typo X-Git-Tag: v3.1.3rc1~377 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2156c0b3690bf8bb235a6d212aa0d243ce0b4e7;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Doc/library/heapq.rst b/Doc/library/heapq.rst index 6368cca57432..f5d62c7a45d2 100644 --- a/Doc/library/heapq.rst +++ b/Doc/library/heapq.rst @@ -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