From: Alexander Belopolsky Date: Thu, 21 Oct 2010 22:29:36 +0000 (+0000) Subject: Fixed a typo X-Git-Tag: v3.2a4~391 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c08f5448448ebb8d0aca65eb612f8fb4d9f2d6c2;p=thirdparty%2FPython%2Fcpython.git Fixed a typo --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 52cfc0bdbe0a..2e803bd91184 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -2325,7 +2325,7 @@ The demoscripts are: +----------------+------------------------------+-----------------------+ | round_dance | dancing turtles rotating | compound shapes, clone| | | pairwise in opposite | shapesize, tilt, | -| | direction | get_polyshape, update | +| | direction | get_shapepoly, update | +----------------+------------------------------+-----------------------+ | tree | a (graphical) breadth | :func:`clone` | | | first tree (using generators)| |