[Python-checkins] r86089 - python/branches/py3k/Doc/library/turtle.rst

alexander.belopolsky python-checkins at python.org
Mon Nov 1 16:45:34 CET 2010


Author: alexander.belopolsky
Date: Mon Nov  1 16:45:34 2010
New Revision: 86089

Log:
Issue #7061: Simplified a section title.

Modified:
   python/branches/py3k/Doc/library/turtle.rst

Modified: python/branches/py3k/Doc/library/turtle.rst
==============================================================================
--- python/branches/py3k/Doc/library/turtle.rst	(original)
+++ python/branches/py3k/Doc/library/turtle.rst	Mon Nov  1 16:45:34 2010
@@ -1994,8 +1994,8 @@
       >>> screen.title("Welcome to the turtle zoo!")
 
 
-The public classes of the module :mod:`turtle`
-==============================================
+Public classes
+==============
 
 
 .. class:: RawTurtle(canvas)


More information about the Python-checkins mailing list