New submission from Tim Chase <python.l...@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@python
components: Documentation
messages: 143746
nosy: Gumnos, docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12940>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to