mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Fix typos in docs and docstrings (GH-13745)
This commit is contained in:
parent
e584cbff1e
commit
0d70227e41
15 changed files with 16 additions and 16 deletions
|
@ -833,7 +833,7 @@ class TurtleScreenBase(object):
|
|||
Arguments: title is the title of the dialog window,
|
||||
prompt is a text mostly describing what numerical information to input.
|
||||
default: default value
|
||||
minval: minimum value for imput
|
||||
minval: minimum value for input
|
||||
maxval: maximum value for input
|
||||
|
||||
The number input must be in the range minval .. maxval if these are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue