[issue8518] small typo in http://docs.python.org/howto/doanddont.html

2010-09-07 Thread R. David Murray
R. David Murray added the comment: I've included my take on this in my proposed patch for issue 9608. -- stage: -> committed/rejected superseder: -> Re-phrase best way of using exceptions in doanddont.rst type: -> behavior ___ Python tracker

[issue8518] small typo in http://docs.python.org/howto/doanddont.html

2010-04-24 Thread Georg Brandl
Georg Brandl added the comment: I'll let an English native speaker decide how to best express this. -- assignee: georg.brandl -> r.david.murray nosy: +r.david.murray ___ Python tracker _

[issue8518] small typo in http://docs.python.org/howto/doanddont.html

2010-04-24 Thread Adrián Deccico
Adrián Deccico added the comment: Hi Georg, Ok, so perhaps the text is a little confusing. Perhaps it would be a good idea to add a colon or as you state the words "like this" thanks On Sat, Apr 24, 2010 at 4:35 PM, Georg Brandl wrote: > > Georg Brandl added the comment: > > The text is cor

[issue8518] small typo in http://docs.python.org/howto/doanddont.html

2010-04-24 Thread Georg Brandl
Georg Brandl added the comment: The text is correct as-is; the meaning is "The example that is shown above is better written like this:". -- resolution: -> works for me status: open -> closed ___ Python tracker _

[issue8518] small typo in http://docs.python.org/howto/doanddont.html

2010-04-24 Thread Adrián Deccico
New submission from Adrián Deccico : Hi, in this document: Idioms and Anti-Idioms in Python In the "except" section, where it says: "The example above is better written" it should said: "The example below is better written" -- assignee: georg.brandl components: Documentation messa