From: Just van Rossum Date: Tue, 26 Jun 2001 06:57:12 +0000 (+0000) Subject: Fixed typo in doc string. X-Git-Tag: v2.2a3~1421 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=639a740e50c12400586b2dad429e357365c16822;p=thirdparty%2FPython%2Fcpython.git Fixed typo in doc string. --- diff --git a/Mac/Lib/EasyDialogs.py b/Mac/Lib/EasyDialogs.py index a4862041f9b5..a9d3e1601375 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)