]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix dangling keyfunc examples in documentation of heapq and sorted (#1432)
authorWolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de>
Mon, 15 Oct 2018 19:06:53 +0000 (21:06 +0200)
committerBrian Curtin <brian@python.org>
Mon, 15 Oct 2018 19:06:53 +0000 (13:06 -0600)
commit6bdb6f7675922e601e742758c7c240a751fd365b
tree2db52433eee8ae3408179a41dc78749a7931b5b2
parent18fb1fb943b7dbd7f8a76017ee2a67ef13effb85
fix dangling keyfunc examples in documentation of heapq and sorted (#1432)

* fix dangling mention of key=str.lower in heapq doc

* Fix dangling mention of keyfunc example for sorted()
Doc/library/functions.rst
Doc/library/heapq.rst