diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-11-01 15:45:34 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-11-01 15:45:34 (GMT) |
commit | 6509599056bb1d4fcd9e071d641715846977de8b (patch) | |
tree | 77bc5d73c4afb36d830680fbf21f6349a5593101 | |
parent | 72c553829a271923fc110c23af49b8a4a0a5367e (diff) | |
download | cpython-6509599056bb1d4fcd9e071d641715846977de8b.zip cpython-6509599056bb1d4fcd9e071d641715846977de8b.tar.gz cpython-6509599056bb1d4fcd9e071d641715846977de8b.tar.bz2 |
Issue #7061: Simplified a section title.
-rw-r--r-- | Doc/library/turtle.rst | 4 |
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) |