New submission from Winfried Plappert <[EMAIL PROTECTED]>:

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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4169>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to