[docs] [issue22399] Doc: missing anchor for dict in library/functions.html
Georg Brandl
report at bugs.python.org
Thu Sep 18 07:55:33 CEST 2014
Georg Brandl added the comment:
The anchor for dict is on the "standard types" page: https://docs.python.org/2/library/stdtypes.html#dict
You'll have to use :class: not :func: to get it linked.
----------
resolution: -> works for me
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22399>
_______________________________________
More information about the docs
mailing list