diff options
author | Andre Delfino <adelfino@gmail.com> | 2020-12-17 17:25:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 17:25:55 (GMT) |
commit | 96a09df64483b70c4215c7025a19b9d2f1636c55 (patch) | |
tree | fd26f8d4ccd9acd170e42802efd65b255d1f8d9e /Doc/library/turtle.rst | |
parent | bf353f3c2d937772a8cf30b15fd8eb7b82665ccb (diff) | |
download | cpython-96a09df64483b70c4215c7025a19b9d2f1636c55.zip cpython-96a09df64483b70c4215c7025a19b9d2f1636c55.tar.gz cpython-96a09df64483b70c4215c7025a19b9d2f1636c55.tar.bz2 |
[doc] Fix a few margins due to bad markup (GH-23619)
Diffstat (limited to 'Doc/library/turtle.rst')
-rw-r--r-- | Doc/library/turtle.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index d348753..2084d75 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -913,8 +913,8 @@ Color control Set pencolor to the RGB color represented by *r*, *g*, and *b*. Each of *r*, *g*, and *b* must be in the range 0..colormode. - If turtleshape is a polygon, the outline of that polygon is drawn with the - newly set pencolor. + If turtleshape is a polygon, the outline of that polygon is drawn with the + newly set pencolor. .. doctest:: :skipif: _tkinter is None @@ -962,8 +962,8 @@ Color control Set fillcolor to the RGB color represented by *r*, *g*, and *b*. Each of *r*, *g*, and *b* must be in the range 0..colormode. - If turtleshape is a polygon, the interior of that polygon is drawn - with the newly set fillcolor. + If turtleshape is a polygon, the interior of that polygon is drawn + with the newly set fillcolor. .. doctest:: :skipif: _tkinter is None @@ -1001,8 +1001,8 @@ Color control Equivalent to ``pencolor(colorstring1)`` and ``fillcolor(colorstring2)`` and analogously if the other input format is used. - If turtleshape is a polygon, outline and interior of that polygon is drawn - with the newly set colors. + If turtleshape is a polygon, outline and interior of that polygon is drawn + with the newly set colors. .. doctest:: :skipif: _tkinter is None |