Add a couple of missing function alias declarations to the turtle docs.

This commit is contained in:
R. David Murray 2009-06-25 14:21:06 +00:00
parent f1d11efb72
commit 5c3d40e0f3
1 changed files with 2 additions and 0 deletions

View 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":