From 639a740e50c12400586b2dad429e357365c16822 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Tue, 26 Jun 2001 06:57:12 +0000 Subject: Fixed typo in doc string. --- Mac/Lib/EasyDialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12