summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-11-01 15:45:34 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-11-01 15:45:34 (GMT)
commit6509599056bb1d4fcd9e071d641715846977de8b (patch)
tree77bc5d73c4afb36d830680fbf21f6349a5593101
parent72c553829a271923fc110c23af49b8a4a0a5367e (diff)
downloadcpython-6509599056bb1d4fcd9e071d641715846977de8b.zip
cpython-6509599056bb1d4fcd9e071d641715846977de8b.tar.gz
cpython-6509599056bb1d4fcd9e071d641715846977de8b.tar.bz2
Issue #7061: Simplified a section title.
-rw-r--r--Doc/library/turtle.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index c96021f..d424b43 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -1994,8 +1994,8 @@ Methods specific to Screen, not inherited from TurtleScreen
>>> screen.title("Welcome to the turtle zoo!")
-The public classes of the module :mod:`turtle`
-==============================================
+Public classes
+==============
.. class:: RawTurtle(canvas)