]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770)
author靳阳 <260893248@qq.com>
Thu, 20 Jul 2017 13:58:40 +0000 (21:58 +0800)
committerMariatta <Mariatta@users.noreply.github.com>
Thu, 20 Jul 2017 13:58:40 +0000 (06:58 -0700)
Doc/library/turtle.rst

index 041b651bbcaf8a98f6141d169bac36996695ca4f..595a244342c44bbf16bbd694887b197278433a5c 100644 (file)
@@ -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!