From: Mariatta Date: Thu, 20 Jul 2017 14:14:05 +0000 (-0700) Subject: [3.6] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2778) X-Git-Tag: v3.6.3rc1~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f58994842d930ed5f92386579997871d2a3bb48;p=python [3.6] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2778) (cherry picked from commit fff2a21057b98732562098e3bdd65980551f0135) --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 31761be02b..2b5d3e567d 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -2368,7 +2368,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!