summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-06-25 14:21:06 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-06-25 14:21:06 (GMT)
commit5c3d40e0f379954672d6e92bfd30058564366da1 (patch)
treef26a5d933612a08ab7bb3ba7117a5922adf595a1 /Doc
parentf1d11efb72a9f0612a39712658aecff7c2a5abcf (diff)
downloadcpython-5c3d40e0f379954672d6e92bfd30058564366da1.zip
cpython-5c3d40e0f379954672d6e92bfd30058564366da1.tar.gz
cpython-5c3d40e0f379954672d6e92bfd30058564366da1.tar.bz2
Add a couple of missing function alias declarations to the turtle docs.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/turtle.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 0735dbc..da38c1d 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":