From d614dabcd8890c45adc505f820f57c416834363d Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Mon, 21 Jan 2019 10:24:43 -0500 Subject: [PATCH] PySimpleGUIWx/readme.md updated from https://stackedit.io/ --- PySimpleGUIWx/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PySimpleGUIWx/readme.md b/PySimpleGUIWx/readme.md index de20a664..08e48876 100644 --- a/PySimpleGUIWx/readme.md +++ b/PySimpleGUIWx/readme.md @@ -57,7 +57,7 @@ There are a couple of easy reasons to use PySimpleGUIWx over PySimpleGUIQt. One Why use PySimpleGUI? 1. It's simple and easy to program GUIs 2. You can move between the GUI frameworks tkinter, Qt and WxPython by changing a single line of code, the import statement. -3. Get the same custom layoutg +3. Get the same custom layout and access to the same widgets but in a simple, easy to use and understand interface. 4. It's fun to program GUIs again @@ -498,5 +498,5 @@ Starting with release 0.4.0, most of the Popup functions work. This means you c # Acknowledgments \ No newline at end of file