@@ -1894,7 +1894,7 @@ Input methods
1894
1894
Pop up a dialog window for input of a number. title is the title of the
1895
1895
dialog window, prompt is a text mostly describing what numerical information
1896
1896
to input. default: default value, minval: minimum value for input,
1897
- maxval: maximum value for input
1897
+ maxval: maximum value for input.
1898
1898
The number input must be in the range minval .. maxval if these are
1899
1899
given. If not, a hint is issued and the dialog remains open for
1900
1900
correction.
@@ -1938,7 +1938,7 @@ Settings and special methods
1938
1938
:param cmode: one of the values 1.0 or 255
1939
1939
1940
1940
Return the colormode or set it to 1.0 or 255. Subsequently *r *, *g *, *b *
1941
- values of color triples have to be in the range 0..\ *cmode *.
1941
+ values of color triples have to be in the range 0..*cmode*.
1942
1942
1943
1943
.. doctest ::
1944
1944
:skipif: _tkinter is None
@@ -2002,7 +2002,7 @@ Settings and special methods
2002
2002
2003
2003
>>> screen.register_shape(" triangle" , ((5 ,- 3 ), (0 ,5 ), (- 5 ,- 3 )))
2004
2004
2005
- (3) *name * is an arbitrary string and shape is a (compound) :class: `Shape `
2005
+ (3) *name * is an arbitrary string and * shape * is a (compound) :class: `Shape `
2006
2006
object: Install the corresponding compound shape.
2007
2007
2008
2008
Add a turtle shape to TurtleScreen's shapelist. Only thusly registered
@@ -2349,12 +2349,12 @@ Short explanation of selected entries:
2349
2349
auto ``.
2350
2350
- If you set e.g. ``language = italian `` the docstringdict
2351
2351
:file: `turtle_docstringdict_italian.py ` will be loaded at import time (if
2352
- present on the import path, e.g. in the same directory as :mod: `turtle `.
2352
+ present on the import path, e.g. in the same directory as :mod: `turtle `) .
2353
2353
- The entries *exampleturtle * and *examplescreen * define the names of these
2354
2354
objects as they occur in the docstrings. The transformation of
2355
2355
method-docstrings to function-docstrings will delete these names from the
2356
2356
docstrings.
2357
- - *using_IDLE *: Set this to ``True `` if you regularly work with IDLE and its -n
2357
+ - *using_IDLE *: Set this to ``True `` if you regularly work with IDLE and its `` -n ``
2358
2358
switch ("no subprocess"). This will prevent :func: `exitonclick ` to enter the
2359
2359
mainloop.
2360
2360
0 commit comments