Fixed popup_error_with_traceback docstring
This commit is contained in:
parent
02f8fc44bf
commit
bb4cbc8e85
|
@ -16869,9 +16869,9 @@ Parameter Descriptions:
|
||||||
|
|
||||||
|Type|Name|Meaning|
|
|Type|Name|Meaning|
|
||||||
|--|--|--|
|
|--|--|--|
|
||||||
| str | title | The title that will be shown in the popup's titlebar and in the first line of the window |
|
| str | title | The title that will be shown in the popup's titlebar and in the first line of the window |
|
||||||
| bytes | emoji | An optional BASE64 Encoded image to shows in the error window |
|
| Any | *messages | A variable number of lines of messages you wish to show your user |
|
||||||
| *Any | messages | A variable number of lines of messages you wish to show your user |
|
| bytes | emoji | An optional BASE64 Encoded image to shows in the error window |
|
||||||
|
|
||||||
Display a calendar window, get the user's choice, return as a tuple (mon, day, year)
|
Display a calendar window, get the user's choice, return as a tuple (mon, day, year)
|
||||||
|
|
||||||
|
|
|
@ -16869,9 +16869,9 @@ Parameter Descriptions:
|
||||||
|
|
||||||
|Type|Name|Meaning|
|
|Type|Name|Meaning|
|
||||||
|--|--|--|
|
|--|--|--|
|
||||||
| str | title | The title that will be shown in the popup's titlebar and in the first line of the window |
|
| str | title | The title that will be shown in the popup's titlebar and in the first line of the window |
|
||||||
| bytes | emoji | An optional BASE64 Encoded image to shows in the error window |
|
| Any | *messages | A variable number of lines of messages you wish to show your user |
|
||||||
| *Any | messages | A variable number of lines of messages you wish to show your user |
|
| bytes | emoji | An optional BASE64 Encoded image to shows in the error window |
|
||||||
|
|
||||||
Display a calendar window, get the user's choice, return as a tuple (mon, day, year)
|
Display a calendar window, get the user's choice, return as a tuple (mon, day, year)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue