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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41f56f019276632ee79919543539f4b141c8e645;p=thirdparty%2FPython%2Fcpython.git Issue #7061: Fixed section title --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 7ef157cd086f..52cfc0bdbe0a 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