@@ -1105,7 +1105,7 @@ More drawing control
1105
1105
:param font: a triple (fontname, fontsize, fonttype)
1106
1106
1107
1107
Write text - the string representation of *arg * - at the current turtle
1108
- position according to *align * ("left", "center" or right") and with the given
1108
+ position according to *align * ("left", "center" or " right") and with the given
1109
1109
font. If *move * is true, the pen is moved to the bottom-right corner of the
1110
1110
text. By default, *move * is ``False ``.
1111
1111
@@ -1192,7 +1192,7 @@ Appearance
1192
1192
:func: `shapesize `.
1193
1193
- "noresize": no adaption of the turtle's appearance takes place.
1194
1194
1195
- resizemode("user") is called by :func: `shapesize ` when used with arguments.
1195
+ `` resizemode("user") `` is called by :func: `shapesize ` when used with arguments.
1196
1196
1197
1197
.. doctest ::
1198
1198
:skipif: _tkinter is None
@@ -1330,7 +1330,7 @@ Appearance
1330
1330
matrix as a tuple of 4 elements.
1331
1331
Otherwise set the given elements and transform the turtleshape
1332
1332
according to the matrix consisting of first row t11, t12 and
1333
- second row t21, 22 . The determinant t11 * t22 - t12 * t21 must not be
1333
+ second row t21, t22 . The determinant t11 * t22 - t12 * t21 must not be
1334
1334
zero, otherwise an error is raised.
1335
1335
Modify stretchfactor, shearfactor and tiltangle according to the
1336
1336
given matrix.
@@ -1513,7 +1513,7 @@ Special Turtle methods
1513
1513
1514
1514
:param size: an integer or ``None ``
1515
1515
1516
- Set or disable undobuffer. If *size * is an integer an empty undobuffer of
1516
+ Set or disable undobuffer. If *size * is an integer, an empty undobuffer of
1517
1517
given size is installed. *size * gives the maximum number of turtle actions
1518
1518
that can be undone by the :func: `undo ` method/function. If *size * is
1519
1519
``None ``, the undobuffer is disabled.
@@ -1821,7 +1821,7 @@ Using screen events
1821
1821
existing bindings are removed.
1822
1822
1823
1823
Example for a TurtleScreen instance named ``screen `` and a Turtle instance
1824
- named turtle:
1824
+ named `` turtle `` :
1825
1825
1826
1826
.. doctest ::
1827
1827
:skipif: _tkinter is None
@@ -2048,7 +2048,7 @@ Methods specific to Screen, not inherited from TurtleScreen
2048
2048
2049
2049
.. function :: exitonclick()
2050
2050
2051
- Bind bye() method to mouse clicks on the Screen.
2051
+ Bind `` bye() `` method to mouse clicks on the Screen.
2052
2052
2053
2053
2054
2054
If the value "using_IDLE" in the configuration dictionary is ``False ``
0 commit comments