Skip to content

Commit 70fbb60

Browse files
GameRoManAkuli
andauthored
Update stdlib/tkinter/messagebox.pyi
Co-authored-by: Akuli <[email protected]>
1 parent 532ee85 commit 70fbb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/tkinter/messagebox.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def showwarning(
3939
*,
4040
detail: str = ...,
4141
icon: Literal["error", "info", "question", "warning"] = ...,
42-
default: Literal["abort", "retry", "ignore", "ok", "cancel", "yes", "no"] = ...,
42+
default: Literal["ok"] = ...,
4343
parent: Misc = ...,
4444
) -> str: ...
4545
def showerror(

0 commit comments

Comments
 (0)