]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed typo in doc string.
authorJust van Rossum <just@letterror.com>
Tue, 26 Jun 2001 06:57:12 +0000 (06:57 +0000)
committerJust van Rossum <just@letterror.com>
Tue, 26 Jun 2001 06:57:12 +0000 (06:57 +0000)
Mac/Lib/EasyDialogs.py

index a4862041f9b5e50d876b01c6ea133083c4b69031..a9d3e1601375aac8eee3f392f9c1dbe45bc00734 100644 (file)
@@ -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)