From: 靳阳 <260893248@qq.com> Date: Thu, 20 Jul 2017 13:58:40 +0000 (+0800) Subject: Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) X-Git-Tag: v3.7.0a1~398 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fff2a21057b98732562098e3bdd65980551f0135;p=thirdparty%2FPython%2Fcpython.git Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 041b651bbcaf..595a244342c4 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -2367,7 +2367,7 @@ The demo scripts are: | wikipedia | a pattern from the wikipedia | :func:`clone`, | | | article on turtle graphics | :func:`undo` | +----------------+------------------------------+-----------------------+ -| yingyang | another elementary example | :func:`circle` | +| yinyang | another elementary example | :func:`circle` | +----------------+------------------------------+-----------------------+ Have fun!