[3.6] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2778)

(cherry picked from commit fff2a21057)
This commit is contained in:
Mariatta 2017-07-20 07:14:05 -07:00 committed by GitHub
parent e0d306f682
commit 7f58994842

View file

@ -2368,7 +2368,7 @@ The demo scripts are:
| wikipedia | a pattern from the wikipedia | :func:`clone`, | | wikipedia | a pattern from the wikipedia | :func:`clone`, |
| | article on turtle graphics | :func:`undo` | | | article on turtle graphics | :func:`undo` |
+----------------+------------------------------+-----------------------+ +----------------+------------------------------+-----------------------+
| yingyang | another elementary example | :func:`circle` | | yinyang | another elementary example | :func:`circle` |
+----------------+------------------------------+-----------------------+ +----------------+------------------------------+-----------------------+
Have fun! Have fun!