[docs] I found a typo on page https://docs.python.org/3/library/turtle.html

靳阳 jyjz2008 at alumni.sjtu.edu.cn
Wed Jul 19 09:33:40 EDT 2017


Dear all, 
I found a typo on page https://docs.python.org/3/library/turtle.html 

It should be yinyang instead of yingyang 

The typo appears in section " 24.1.7. turtledemo — Demo scripts " 


To prove it is a typo, I run two commands as shown in the following picture. 
The first one throws one error, (The first command is python3 -m turtledemo.yingyang ) 
the second one works well. (The second command is python3 -m turtledemo.yinyang ) 


Best regards, 
from 靳阳 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20170719/6679ad6c/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 261579.52500000005
Type: image/png
Size: 199855 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/docs/attachments/20170719/6679ad6c/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 355256.49500000005
Type: image/png
Size: 132483 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/docs/attachments/20170719/6679ad6c/attachment-0003.png>


More information about the docs mailing list