diff options
author | Just van Rossum <just@letterror.com> | 2001-06-26 06:57:12 (GMT) |
---|---|---|
committer | Just van Rossum <just@letterror.com> | 2001-06-26 06:57:12 (GMT) |
commit | 639a740e50c12400586b2dad429e357365c16822 (patch) | |
tree | f79a81d6bfb0024fdc1c35a18ba4179ead8e9f8d /Mac | |
parent | 0297dca94120e9e9ad96cfbc0c26cdfae93b8ad3 (diff) | |
download | cpython-639a740e50c12400586b2dad429e357365c16822.zip cpython-639a740e50c12400586b2dad429e357365c16822.tar.gz cpython-639a740e50c12400586b2dad429e357365c16822.tar.bz2 |
Fixed typo in doc string.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Lib/EasyDialogs.py | 2 |
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) |