From 71d9b52aa3b3f1e390c56da8ea2d8685f23946c4 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Thu, 20 Jul 2017 07:14:18 -0700 Subject: [PATCH] [3.5] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2779) (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 31761be02b..2b5d3e567d 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -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! -- 2.50.1