From: Mariatta Date: Thu, 20 Jul 2017 14:14:46 +0000 (-0700) Subject: [2.7] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2780) X-Git-Tag: v2.7.14rc1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=598f26b788ef666cced17a118d6a65d6210e3ccc;p=python [2.7] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2780) (cherry picked from commit fff2a21057b98732562098e3bdd65980551f0135) --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index ca4f37e478..1c8a9675b7 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -2219,7 +2219,7 @@ The demoscripts 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!