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 belopolsky
Recipients belopolsky, docs@python, eric.araujo, georg.brandl, gregorlingl, terry.reedy
Date 2010-10-21.18:12:20
SpamBayes Score 5.319208e-09
Marked as misclassified No
Message-id <AANLkTimn7EdGZmL-j-vsXdSeUwOnEP1CnvqofB_Tq=9Q@mail.gmail.com>
In-reply-to <1287684205.0.0.673774060736.issue7061@psf.upfronthosting.co.za>
Content
On Thu, Oct 21, 2010 at 2:03 PM, Éric Araujo <report@bugs.python.org> wrote:
..
> Having more hyphens than title characters is not an error for reST, but it’s not done in the rest of the document.
>  I suggest “fixing” that when you do further changes in the file (it’s not worth a commit in itself).  Cheers!

There are other ReST imperfections in turtle doc.  For example,
:class: tag is often missing on class names. (Search for "Turtle" with
capital 'T'.)   The hyphen fix, however seems easier to commit than to
remember.   I'll do it now.
History
Date User Action Args
2010-10-21 18:12:22belopolskysetrecipients: + belopolsky, georg.brandl, terry.reedy, gregorlingl, eric.araujo, docs@python
2010-10-21 18:12:21belopolskylinkissue7061 messages
2010-10-21 18:12:20belopolskycreate