diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-10-21 22:29:36 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-10-21 22:29:36 (GMT) |
commit | c08f5448448ebb8d0aca65eb612f8fb4d9f2d6c2 (patch) | |
tree | dd963effde9bd4c85fa3e70b6c392c5127ea4540 /Doc | |
parent | 41f56f019276632ee79919543539f4b141c8e645 (diff) | |
download | cpython-c08f5448448ebb8d0aca65eb612f8fb4d9f2d6c2.zip cpython-c08f5448448ebb8d0aca65eb612f8fb4d9f2d6c2.tar.gz cpython-c08f5448448ebb8d0aca65eb612f8fb4d9f2d6c2.tar.bz2 |
Fixed a typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/turtle.rst | 2 |
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)| | |