From: R. David Murray Date: Thu, 25 Jun 2009 14:21:06 +0000 (+0000) Subject: Add a couple of missing function alias declarations to the turtle docs. X-Git-Tag: v2.7a1~905 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c3d40e0f379954672d6e92bfd30058564366da1;p=python Add a couple of missing function alias declarations to the turtle docs. --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 0735dbc359..da38c1ddaf 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -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":