From bb4cbc8e85dbeb845e38398005f560694b7e6906 Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Mon, 31 Oct 2022 13:56:31 -0400 Subject: [PATCH] Fixed popup_error_with_traceback docstring --- docs/call reference.md | 6 +++--- readme_creator/output/call reference.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/call reference.md b/docs/call reference.md index 08ead8e7..d3fb50f2 100644 --- a/docs/call reference.md +++ b/docs/call reference.md @@ -16869,9 +16869,9 @@ Parameter Descriptions: |Type|Name|Meaning| |--|--|--| -| 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 | +| str | title | The title that will be shown in the popup's titlebar and in the first line of the window | +| 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) diff --git a/readme_creator/output/call reference.md b/readme_creator/output/call reference.md index 08ead8e7..d3fb50f2 100644 --- a/readme_creator/output/call reference.md +++ b/readme_creator/output/call reference.md @@ -16869,9 +16869,9 @@ Parameter Descriptions: |Type|Name|Meaning| |--|--|--| -| 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 | +| str | title | The title that will be shown in the popup's titlebar and in the first line of the window | +| 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)