From 598f26b788ef666cced17a118d6a65d6210e3ccc Mon Sep 17 00:00:00 2001 From: Mariatta Date: Thu, 20 Jul 2017 07:14:46 -0700 Subject: [PATCH] [2.7] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2780) (cherry picked from commit fff2a21057b98732562098e3bdd65980551f0135) --- Doc/library/turtle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index ca4f37e478..1c8a9675b7 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -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! -- 2.50.0