classification
Title: Typo in turtle module documentation.
Type: Stage:
Components: Documentation Versions: Python 3.2, Python 3.1, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, mark.dickinson (2)
Priority: Keywords

Created on 2009-11-06 13:32 by mark.dickinson, last changed 2009-11-07 08:26 by georg.brandl.

Messages (2)
msg94968 - (view) Author: Mark Dickinson (mark.dickinson) Date: 2009-11-06 13:32
Reported on c.l.p. by Lawrence D'Oliveiro:

<http://docs.python.org/library/turtle.html> -- “ScrolledCavas” should be
“ScrolledCanvas”.
msg95013 - (view) Author: Georg Brandl (georg.brandl) Date: 2009-11-07 08:26
Fixed in r76143.
History
Date User Action Args
2009-11-07 08:26:51georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg95013
2009-11-06 13:32:24mark.dickinsoncreate