This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wplappert
Recipients georg.brandl, wplappert
Date 2008-10-22.08:07:43
SpamBayes Score 0.0009080893
Marked as misclassified No
Message-id <1224662867.9.0.0428544955295.issue4169@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-10-22 08:07:48wplappertsetrecipients: + wplappert, georg.brandl
2008-10-22 08:07:47wplappertsetmessageid: <1224662867.9.0.0428544955295.issue4169@psf.upfronthosting.co.za>
2008-10-22 08:07:46wplappertlinkissue4169 messages
2008-10-22 08:07:45wplappertcreate