summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
diff options
context:
space:
mode:
authorJust van Rossum <just@letterror.com>2001-06-26 06:57:12 (GMT)
committerJust van Rossum <just@letterror.com>2001-06-26 06:57:12 (GMT)
commit639a740e50c12400586b2dad429e357365c16822 (patch)
treef79a81d6bfb0024fdc1c35a18ba4179ead8e9f8d /Mac/Lib
parent0297dca94120e9e9ad96cfbc0c26cdfae93b8ad3 (diff)
downloadcpython-639a740e50c12400586b2dad429e357365c16822.zip
cpython-639a740e50c12400586b2dad429e357365c16822.tar.gz
cpython-639a740e50c12400586b2dad429e357365c16822.tar.bz2
Fixed typo in doc string.
Diffstat (limited to 'Mac/Lib')
-rw-r--r--Mac/Lib/EasyDialogs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/EasyDialogs.py b/Mac/Lib/EasyDialogs.py
index a486204..a9d3e16 100644
--- a/Mac/Lib/EasyDialogs.py
+++ b/Mac/Lib/EasyDialogs.py
@@ -158,7 +158,7 @@ def AskYesNoCancel(question, default = 0, yes=None, no=None, cancel=None, id=262
When the user presses Return, the DEFAULT value is returned.
If omitted, this is 0 (No).
- The QUESTION strign ca be at most 255 characters.
+ The QUESTION string can be at most 255 characters.
"""
d = GetNewDialog(id, -1)