]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix dangling keyfunc examples in documentation of heapq and sorted (GH-1432)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Oct 2018 19:19:08 +0000 (12:19 -0700)
committerBrian Curtin <brian@python.org>
Mon, 15 Oct 2018 19:19:08 +0000 (13:19 -0600)
commitc804a5975d9704f67e201ee2765eadc8b159ad27
tree07d355e7bd641fbe1e195c90f93435435b2dd8f0
parent1370832af24cc6f0f464354b9ec3ecdb343d35ce
fix dangling keyfunc examples in documentation of heapq and sorted (GH-1432)

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

* Fix dangling mention of keyfunc example for sorted()
(cherry picked from commit 6bdb6f7675922e601e742758c7c240a751fd365b)

Co-authored-by: Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de>
Doc/library/functions.rst
Doc/library/heapq.rst