commit | 639a740e50c12400586b2dad429e357365c16822 | [log] [tgz] |
---|---|---|
author | Just van Rossum <just@letterror.com> | Tue Jun 26 06:57:12 2001 +0000 |
committer | Just van Rossum <just@letterror.com> | Tue Jun 26 06:57:12 2001 +0000 |
tree | f79a81d6bfb0024fdc1c35a18ba4179ead8e9f8d | |
parent | 0297dca94120e9e9ad96cfbc0c26cdfae93b8ad3 [diff] [blame] |
Fixed typo in doc string.
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 @@ 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)