[docs] [issue24272] PEP 484 docs

Ivan Levkivskyi report at bugs.python.org
Wed Sep 9 22:33:01 CEST 2015


Ivan Levkivskyi added the comment:

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 :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24272>
_______________________________________


More information about the docs mailing list