summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/simpledialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tkinter/simpledialog.py')
-rw-r--r--Lib/tkinter/simpledialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tkinter/simpledialog.py b/Lib/tkinter/simpledialog.py
index 0f0dc66..6e5b025 100644
--- a/Lib/tkinter/simpledialog.py
+++ b/Lib/tkinter/simpledialog.py
@@ -357,7 +357,7 @@ def askinteger(title, prompt, **kw):
class _QueryFloat(_QueryDialog):
- errormessage = "Not a floating point value."
+ errormessage = "Not a floating-point value."
def getresult(self):
return self.getdouble(self.entry.get())