This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Carlos Segura González
Recipients Carlos Segura González, docs@python
Date 2020-01-17.23:11:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579302682.83.0.203843605883.issue39374@roundup.psfhosted.org>
In-reply-to
Content
In the Documentation, the "Sorting HOW TO" (https://docs.python.org/3/howto/sorting.html) states that "have a key parameter to specify a function to be called". However, it might be other callable objects. In fact, some of the examples given in the documentation are not with functions.

I suggest: "have a key parameter to specify a callable object that is called..."
History
Date User Action Args
2020-01-17 23:11:22Carlos Segura Gonzálezsetrecipients: + Carlos Segura González, docs@python
2020-01-17 23:11:22Carlos Segura Gonzálezsetmessageid: <1579302682.83.0.203843605883.issue39374@roundup.psfhosted.org>
2020-01-17 23:11:22Carlos Segura Gonzálezlinkissue39374 messages
2020-01-17 23:11:22Carlos Segura Gonzálezcreate