[issue4658] missing closing bracket in Functional Programming HOWTO

2008-12-14 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks for the report! Fixed in r67761. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue4658] missing closing bracket in Functional Programming HOWTO

2008-12-14 Thread Bram Geron
New submission from Bram Geron : In the Functional Programming HOWTO -> Built-in functions -> sorted, the syntaxis code misses a closing square bracket just after `reverse=False`. -- assignee: georg.brandl components: Documentation messages: 77801 nosy: bgeron, georg.brandl severity: nor