[Python-checkins] r76143 - python/trunk/Doc/library/turtle.rst
georg.brandl
python-checkins at python.org
Sat Nov 7 09:26:08 CET 2009
Author: georg.brandl
Date: Sat Nov 7 09:26:07 2009
New Revision: 76143
Log:
#7271: fix typo.
Modified:
python/trunk/Doc/library/turtle.rst
Modified: python/trunk/Doc/library/turtle.rst
==============================================================================
--- python/trunk/Doc/library/turtle.rst (original)
+++ python/trunk/Doc/library/turtle.rst Sat Nov 7 09:26:07 2009
@@ -1901,7 +1901,7 @@
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
More information about the Python-checkins
mailing list