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.

classification
Title: missing closing bracket in Functional Programming HOWTO
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: benjamin.peterson, bgeron, georg.brandl
Priority: normal Keywords:

Created on 2008-12-14 15:25 by bgeron, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg77801 - (view) Author: Bram Geron (bgeron) Date: 2008-12-14 15:25
In the Functional Programming HOWTO -> Built-in functions -> sorted, the
syntaxis code misses a closing square bracket just after `reverse=False`.
msg77809 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-12-14 17:26
Thanks for the report! Fixed in r67761.
History
Date User Action Args
2022-04-11 14:56:42adminsetgithub: 48908
2008-12-14 17:26:16benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg77809
nosy: + benjamin.peterson
2008-12-14 15:25:07bgeroncreate