[Python-checkins] python/dist/src/Lib heapq.py,1.16,1.17

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 13 Nov 2002 06:38:20 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv23914

Modified Files:
	heapq.py 
Log Message:
Fix typo in comment.


Index: heapq.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/heapq.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** heapq.py	30 Oct 2002 06:15:53 -0000	1.16
--- heapq.py	13 Nov 2002 14:38:17 -0000	1.17
***************
*** 209,214 ****
  # runs (3 just to demonstrate how small the variance is):
  #
! # Compares needed by heapify     Compares needed by 1000 heapppops
! # --------------------------     ---------------------------------
  # 1837 cut to 1663               14996 cut to 8680
  # 1855 cut to 1659               14966 cut to 8678
--- 209,214 ----
  # runs (3 just to demonstrate how small the variance is):
  #
! # Compares needed by heapify     Compares needed by 1000 heappops
! # --------------------------     --------------------------------
  # 1837 cut to 1663               14996 cut to 8680
  # 1855 cut to 1659               14966 cut to 8678