From 2b558c4f5a675a81d384e72d6ab8de337fde73e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=B3=E9=98=B3?= <260893248@qq.com> Date: Thu, 20 Jul 2017 14:45:01 +0800 Subject: [PATCH] fix one typo (from "yingyang" to "yinyang") --- 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 041b651bbcaf8a..595a244342c44b 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!