From: Alexander Belopolsky Date: Thu, 21 Oct 2010 18:15:39 +0000 (+0000) Subject: Issue #7061: Fixed section title X-Git-Tag: v3.2a4~392 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41f56f019276632ee79919543539f4b141c8e645;p=python Issue #7061: Fixed section title --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 7ef157cd08..52cfc0bdbe 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