summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/FileDialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/lib-tk/FileDialog.py')
-rw-r--r--Lib/lib-tk/FileDialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/FileDialog.py b/Lib/lib-tk/FileDialog.py
index 74e9741..bd62c6d 100644
--- a/Lib/lib-tk/FileDialog.py
+++ b/Lib/lib-tk/FileDialog.py
@@ -36,7 +36,7 @@ class FileDialog:
and pattern arguments, overriding the values passed in (it does
not keep track of the default argument!). If no key is specified,
the dialog keeps no memory of previous state. Note that memory is
- kept even when the dialog is cancelled. (All this emulates the
+ kept even when the dialog is canceled. (All this emulates the
behavior of the Macintosh file selection dialogs.)
"""