[New-bugs-announce] [issue15527] Double parents in functions references

Serhiy Storchaka report at bugs.python.org
Wed Aug 1 17:05:57 CEST 2012


New submission from Serhiy Storchaka:

:c:func:`PyMem_Malloc(n)` on Doc/c-api/memory.rst:109 rendered in HTML as <tt class="xref c c-func docutils literal"><span class="pre">PyMem_Malloc(1)()</span></tt> (note double parents). There are many other examples on this and other pages. The issue is actual for all modern versions of Python.

----------
assignee: docs at python
components: Documentation
messages: 167137
nosy: docs at python, storchaka
priority: normal
severity: normal
status: open
title: Double parents in functions references
versions: Python 2.7, Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list