From: Mariatta Date: Thu, 20 Jul 2017 14:14:18 +0000 (-0700) Subject: [3.5] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2779) X-Git-Tag: v3.5.4rc1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71d9b52aa3b3f1e390c56da8ea2d8685f23946c4;p=thirdparty%2FPython%2Fcpython.git [3.5] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2779) (cherry picked from commit fff2a21057b98732562098e3bdd65980551f0135) --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 31761be02b78..2b5d3e567d6c 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!