From fff2a21057b98732562098e3bdd65980551f0135 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=9D=B3=E9=98=B3?= <260893248@qq.com> Date: Thu, 20 Jul 2017 21:58:40 +0800 Subject: [PATCH] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) --- 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 041b651bbc..595a244342 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -2367,7 +2367,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.49.0