From 1a22e87a3067a750411e19ad0255991242f77359 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 7 Nov 2009 08:26:07 +0000 Subject: #7271: fix typo. --- Doc/library/turtle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `. -.. class:: ScrolledCavas(master) +.. class:: ScrolledCanvas(master) :param master: some Tkinter widget to contain the ScrolledCanvas, i.e. a Tkinter-canvas with scrollbars added -- cgit v0.12