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 levkivskyi
Recipients Daniel.Andrade.Groppe, Mark.Shannon, berker.peksag, docs@python, gvanrossum, larry, levkivskyi, python-dev
Date 2015-09-09.20:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441830781.3.0.453756310144.issue24272@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you, Guido!

I have noticed single quotes in line 38: 

type hinted using `Callable[[Arg1Type, Arg2Type], ReturnType]`

I think it would be logical to replace it with double quotes: 

``Callable[[Arg1Type, Arg2Type], ReturnType]`` 

as Zachary did in the rest of the text.

By the way, you have marked my patch as Daniels and vice versa in the commit descriptions, but that probably does not matter :)
History
Date User Action Args
2015-09-09 20:33:01levkivskyisetrecipients: + levkivskyi, gvanrossum, larry, docs@python, Mark.Shannon, python-dev, berker.peksag, Daniel.Andrade.Groppe
2015-09-09 20:33:01levkivskyisetmessageid: <1441830781.3.0.453756310144.issue24272@psf.upfronthosting.co.za>
2015-09-09 20:33:01levkivskyilinkissue24272 messages
2015-09-09 20:33:01levkivskyicreate