[issue18471] Typo in heapq documentation

2013-07-15 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. -- nosy: +ned.deily versions: +Python 2.7, Python 3.4 ___ Python tracker ___ ___ P

[issue18471] Typo in heapq documentation

2013-07-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 236e6b995300 by Ned Deily in branch '2.7': Issue #18471: Fix typo in heapq documentation (reported by François Pinard). http://hg.python.org/cpython/rev/236e6b995300 New changeset e22dd5fda5a8 by Ned Deily in branch '3.3': Issue #18471: Fix typo in

[issue18471] Typo in heapq documentation

2013-07-15 Thread François Pinard
New submission from François Pinard: Within http://docs.python.org/3/library/heapq.html#theory, a sentence begins with "When an event schedule" while it should be spelled "When an event schedules". The same may be observed in Python 2 documentation. -- assignee: docs@python components