]> granicus.if.org Git - python/commitdiff
#7271: fix typo.
authorGeorg Brandl <georg@python.org>
Sat, 7 Nov 2009 08:26:07 +0000 (08:26 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 7 Nov 2009 08:26:07 +0000 (08:26 +0000)
Doc/library/turtle.rst

index da38c1ddaf747f11637463726dcfb4423af1fc9d..759997a818ddb64cda40a36401827a2a45dee0af 100644 (file)
@@ -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