[docs] [issue11975] Fix referencing of built-in types (list, int, ...)

Jonas H. report at bugs.python.org
Sun May 29 21:01:31 CEST 2011


Jonas H. <jonas at lophus.org> added the comment:

Linking a class using a function directive is counter-intuitive. That's why we need to make use of class directives rather than function directives here.

----------

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


More information about the docs mailing list