[issue4169] library/turtle.rst does not format properly in PDF mode

Winfried Plappert report at bugs.python.org
Wed Oct 22 10:07:47 CEST 2008


New submission from Winfried Plappert <Winfried.Plappert at gmx.de>:

library.pdf, Section 25.4.3 Methods of RawTurtle/Turtle and
corresponding functions does not format the :param xxx: keyword
properly. The HTML version at http://docs.python.org/library/turtle.html
looks like

turtle.fd(distance)¶
    Parameters:	

        * distancea number (integer or float)

The formatting in HTML version is 100% correct, since it misses a space
between 'distance' and 'a', but at least is readable. The screenshot of
the PDF is not really readble. There is also the space missing between
the parameter and its description.

----------
assignee: georg.brandl
components: Documentation tools (Sphinx)
files: turtle-pdf.png
messages: 75065
nosy: georg.brandl, wplappert
severity: normal
status: open
title: library/turtle.rst does not format properly in PDF mode
versions: Python 2.6
Added file: http://bugs.python.org/file11855/turtle-pdf.png

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


More information about the Python-bugs-list mailing list