[New-bugs-announce] [issue12940] Cmd example using turtle left vs. right doc-bug

Tim Chase report at bugs.python.org
Fri Sep 9 02:04:52 CEST 2011


New submission from Tim Chase <python.list at tim.thechases.com>:

The Turtle example for the cmd module as documented at

http://docs.python.org/py3k/library/cmd.html#cmd-example

In the left() method, it calls turtle.right() instead of turtle.left().  Easy fix: /def left/+2s/left/right/

Likely exists in most 3.x documentation.

----------
assignee: docs at python
components: Documentation
messages: 143746
nosy: Gumnos, docs at python
priority: normal
severity: normal
status: open
title: Cmd example using turtle left vs. right doc-bug
type: behavior
versions: Python 3.3

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


More information about the New-bugs-announce mailing list