summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-11-07 08:26:07 (GMT)
committerGeorg Brandl <georg@python.org>2009-11-07 08:26:07 (GMT)
commit1a22e87a3067a750411e19ad0255991242f77359 (patch)
tree4d3df8602ec3d84ae9bf97f8036739f0144959df
parente471b9b4006da4370494e5f70056c8a9fb36c019 (diff)
downloadcpython-1a22e87a3067a750411e19ad0255991242f77359.zip
cpython-1a22e87a3067a750411e19ad0255991242f77359.tar.gz
cpython-1a22e87a3067a750411e19ad0255991242f77359.tar.bz2
#7271: fix typo.
-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 da38c1d..759997a 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -1901,7 +1901,7 @@ The public classes of the module :mod:`turtle`
Subclass of TurtleScreen, with :ref:`four methods added <screenspecific>`.
-.. class:: ScrolledCavas(master)
+.. class:: ScrolledCanvas(master)
:param master: some Tkinter widget to contain the ScrolledCanvas, i.e.
a Tkinter-canvas with scrollbars added