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

Doc/library/turtle.rst

index 31761be02b78ee82bf629f5d8f1674d7632e9573..2b5d3e567d6cf25bf04475745f8d851d648f7037 100644 (file)
@@ -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!