]> 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:22 +0000 (12:19 -0700)
committerBrian Curtin <brian@python.org>
Mon, 15 Oct 2018 19:19:22 +0000 (13:19 -0600)
commit407f3dd69192ee8614faf1f9a484045a39174c74
treeea8a7f41fd2526a470d254d172daef38d8284def
parent08ba7eb89d5353af31ef9e66a5337abea1b676ef
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