From 963e98cae58dc3214681f66e741b98bfd7989e7b Mon Sep 17 00:00:00 2001 From: calgary34 <51468959+calgary34@users.noreply.github.com> Date: Thu, 20 Jan 2022 17:37:03 -0700 Subject: [PATCH] Use double quotes in PySimpleGUI (#1260) --- p/PySimpleGUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p/PySimpleGUI.py b/p/PySimpleGUI.py index 08209817..9d0858ac 100644 --- a/p/PySimpleGUI.py +++ b/p/PySimpleGUI.py @@ -1,3 +1,3 @@ import PySimpleGUI -PySimpleGUI.popup_no_buttons('Hello World') +PySimpleGUI.popup_no_buttons("Hello World")