summaryrefslogtreecommitdiffstats
path: root/Doc/library/turtle.rst
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-21 18:15:39 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-21 18:15:39 (GMT)
commit41f56f019276632ee79919543539f4b141c8e645 (patch)
tree92485be35a580141d336bdcb833fa76b985263a6 /Doc/library/turtle.rst
parent2efeb40d5f3ba496942e6a1997b64f7028316c28 (diff)
downloadcpython-41f56f019276632ee79919543539f4b141c8e645.zip
cpython-41f56f019276632ee79919543539f4b141c8e645.tar.gz
cpython-41f56f019276632ee79919543539f4b141c8e645.tar.bz2
Issue #7061: Fixed section title
Diffstat (limited to 'Doc/library/turtle.rst')
-rw-r--r--Doc/library/turtle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 7ef157c..52cfc0b 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -1457,7 +1457,7 @@ Special Turtle methods
.. _compoundshapes:
Compound shapes
------------------------------------------
+---------------
To use compound turtle shapes, which consist of several polygons of different
color, you must use the helper class :class:`Shape` explicitly as described