commit | 6509599056bb1d4fcd9e071d641715846977de8b | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Mon Nov 01 15:45:34 2010 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Mon Nov 01 15:45:34 2010 +0000 |
tree | 77bc5d73c4afb36d830680fbf21f6349a5593101 | |
parent | 72c553829a271923fc110c23af49b8a4a0a5367e [diff] [blame] |
Issue #7061: Simplified a section title.
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 @@ >>> screen.title("Welcome to the turtle zoo!") -The public classes of the module :mod:`turtle` -============================================== +Public classes +============== .. class:: RawTurtle(canvas)