]> granicus.if.org Git - python/commitdiff
[2.7] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2780)
authorMariatta <Mariatta@users.noreply.github.com>
Thu, 20 Jul 2017 14:14:46 +0000 (07:14 -0700)
committerGitHub <noreply@github.com>
Thu, 20 Jul 2017 14:14:46 +0000 (07:14 -0700)
(cherry picked from commit fff2a21057b98732562098e3bdd65980551f0135)

Doc/library/turtle.rst

index ca4f37e478f2ef8759192205f324b44b168e92a5..1c8a9675b70c8d52e19666380433633bf1c8d72a 100644 (file)
@@ -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!