Fixed typo in doc string.

This commit is contained in:
Just van Rossum 2001-06-26 06:57:12 +00:00
parent 0297dca941
commit 639a740e50
1 changed files with 1 additions and 1 deletions

View 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)