diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-04-04 12:45:02 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-04-04 12:45:02 (GMT) |
commit | bcc174615ca2bd5fe60442407ca1411759d823cf (patch) | |
tree | 5d4b3ea30ef71af773e2576bfc7584ff25d230ff /Doc/library/turtle.rst | |
parent | 578c9211d6b57bbb3cc00ba6dd55893814168695 (diff) | |
download | cpython-bcc174615ca2bd5fe60442407ca1411759d823cf.zip cpython-bcc174615ca2bd5fe60442407ca1411759d823cf.tar.gz cpython-bcc174615ca2bd5fe60442407ca1411759d823cf.tar.bz2 |
Issue #20636: Improved the repr of Tkinter widgets.
Diffstat (limited to 'Doc/library/turtle.rst')
-rw-r--r-- | Doc/library/turtle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index b015530..0e3a979 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -1879,7 +1879,7 @@ Settings and special methods >>> cv = screen.getcanvas() >>> cv - <turtle.ScrolledCanvas object at ...> + <turtle.ScrolledCanvas object ...> .. function:: getshapes() |