Skip to content

Commit

Permalink
Use double quotes in PySimpleGUI (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
calgary34 authored Jan 21, 2022
1 parent c44387e commit 963e98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p/PySimpleGUI.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import PySimpleGUI

PySimpleGUI.popup_no_buttons('Hello World')
PySimpleGUI.popup_no_buttons("Hello World")

0 comments on commit 963e98c

Please sign in to comment.