From: Georg Brandl Date: Sat, 7 Nov 2009 08:26:07 +0000 (+0000) Subject: #7271: fix typo. X-Git-Tag: v2.7a1~136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a22e87a3067a750411e19ad0255991242f77359;p=thirdparty%2FPython%2Fcpython.git #7271: fix typo. --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index da38c1ddaf74..759997a818dd 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