[Python-checkins] r85785 - python/branches/py3k/Doc/library/turtle.rst

alexander.belopolsky python-checkins at python.org
Fri Oct 22 00:29:36 CEST 2010


Author: alexander.belopolsky
Date: Fri Oct 22 00:29:36 2010
New Revision: 85785

Log:
Fixed a typo

Modified:
   python/branches/py3k/Doc/library/turtle.rst

Modified: python/branches/py3k/Doc/library/turtle.rst
==============================================================================
--- python/branches/py3k/Doc/library/turtle.rst	(original)
+++ python/branches/py3k/Doc/library/turtle.rst	Fri Oct 22 00:29:36 2010
@@ -2325,7 +2325,7 @@
 +----------------+------------------------------+-----------------------+
 | 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)|                       |


More information about the Python-checkins mailing list