Use double quotes in PySimpleGUI (#1260)

This commit is contained in:
calgary34
2022-01-20 17:37:03 -07:00
committed by GitHub
parent c44387e6f1
commit 963e98cae5

View File

@@ -1,3 +1,3 @@
import PySimpleGUI
PySimpleGUI.popup_no_buttons('Hello World')
PySimpleGUI.popup_no_buttons("Hello World")