Commit 5c3d40e0 authored by R. David Murray's avatar R. David Murray

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

parent f1d11efb
......@@ -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":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment