[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 ca4f37e..1c8a967 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -2219,7 +2219,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!