]> granicus.if.org Git - python/commitdiff
Add a couple of missing function alias declarations to the turtle docs.
authorR. David Murray <rdmurray@bitdance.com>
Thu, 25 Jun 2009 14:21:06 +0000 (14:21 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 25 Jun 2009 14:21:06 +0000 (14:21 +0000)
Doc/library/turtle.rst

index 0735dbc359488746f55ecf5dc847b070b2fda43e..da38c1ddaf747f11637463726dcfb4423af1fc9d 100644 (file)
@@ -1140,6 +1140,7 @@ Appearance
 
 
 .. function:: shapesize(stretch_wid=None, stretch_len=None, outline=None)
+              turtlesize(stretch_wid=None, stretch_len=None, outline=None)
 
    :param stretch_wid: positive number
    :param stretch_len: positive number
@@ -1332,6 +1333,7 @@ Special Turtle methods
 
 
 .. function:: getturtle()
+              getpen()
 
    Return the Turtle object itself.  Only reasonable use: as a function to
    return the "anonymous turtle":