summaryrefslogtreecommitdiffstats
path: root/Doc/library/turtle.rst
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2011-01-12 16:37:14 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2011-01-12 16:37:14 (GMT)
commit287d1fdd3fc3d2c9dfa88be69e2ee0a8ae7e5928 (patch)
tree23ee8ba957dfae7c39f92b983ea72a04a564c87e /Doc/library/turtle.rst
parent477ba919c158ba6e7a4b85d15f2e2b8820272cd9 (diff)
downloadcpython-287d1fdd3fc3d2c9dfa88be69e2ee0a8ae7e5928.zip
cpython-287d1fdd3fc3d2c9dfa88be69e2ee0a8ae7e5928.tar.gz
cpython-287d1fdd3fc3d2c9dfa88be69e2ee0a8ae7e5928.tar.bz2
Issue #10225: Fixed the simple mistakes in doctests.
Diffstat (limited to 'Doc/library/turtle.rst')
-rw-r--r--Doc/library/turtle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 4f2fbcc..692746f 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -1878,7 +1878,7 @@ Settings and special methods
>>> cv = screen.getcanvas()
>>> cv
- <turtle.ScrolledCanvas instance at 0x...>
+ <turtle.ScrolledCanvas object at ...>
.. function:: getshapes()