Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770)

diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 041b651..595a244 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -2367,7 +2367,7 @@
 | 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!