]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in method name. The LT class implemented less than. The LE class
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 13 Jun 2008 06:03:25 +0000 (06:03 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 13 Jun 2008 06:03:25 +0000 (06:03 +0000)
commit04097a628213df725c43b62b7be934e0bff6fb16
tree956e363e54796552360c09fca9bb51228e9ba7d4
parent705cd06f9122897ca5137b4da0cb4f1f163a9ceb
Fix typo in method name.  The LT class implemented less than.  The LE class
should implement less than or equal to (as the code does).
Lib/test/test_heapq.py