Kaydet (Commit) 639a740e authored tarafından Just van Rossum's avatar Just van Rossum

Fixed typo in doc string.

üst 0297dca9
...@@ -158,7 +158,7 @@ def AskYesNoCancel(question, default = 0, yes=None, no=None, cancel=None, id=262 ...@@ -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. When the user presses Return, the DEFAULT value is returned.
If omitted, this is 0 (No). 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) d = GetNewDialog(id, -1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment