summaryrefslogtreecommitdiff
path: root/Lib/turtle.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/turtle.py')
-rw-r--r--Lib/turtle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py
index 044d91cf6d..ee67a351b5 100644
--- a/Lib/turtle.py
+++ b/Lib/turtle.py
@@ -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