Merge pull request #1948 from PySimpleGUI/Dev-latest

Typos
This commit is contained in:
PySimpleGUI 2019-09-09 18:53:25 -04:00 committed by GitHub
commit 81ee619077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -17,9 +17,8 @@ This conversation is targeted at user code, not library code. In other words, t
To be a "GUI" in this discussion:
* A library needs to provide access to all of the well-known GUI widgets
* Allows the user to place them in any arrangement desired by the user
* Allows the user to place Widgets in any arrangement desired by the user
(i.e. they are not dumbed down nor are they templates you choose from)
* The primary purpose is to
* The primary use is User Interface to a Python application (as opposed to serving up web pages)
### Pythonic