summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-21 22:29:36 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-21 22:29:36 (GMT)
commitc08f5448448ebb8d0aca65eb612f8fb4d9f2d6c2 (patch)
treedd963effde9bd4c85fa3e70b6c392c5127ea4540 /Doc
parent41f56f019276632ee79919543539f4b141c8e645 (diff)
downloadcpython-c08f5448448ebb8d0aca65eb612f8fb4d9f2d6c2.zip
cpython-c08f5448448ebb8d0aca65eb612f8fb4d9f2d6c2.tar.gz
cpython-c08f5448448ebb8d0aca65eb612f8fb4d9f2d6c2.tar.bz2
Fixed a typo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/turtle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 52cfc0b..2e803bd 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)| |