Typos
This commit is contained in:
parent
57dba7a2f7
commit
0d6f02c101
|
@ -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:
|
To be a "GUI" in this discussion:
|
||||||
* A library needs to provide access to all of the well-known GUI widgets
|
* 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)
|
(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)
|
* The primary use is User Interface to a Python application (as opposed to serving up web pages)
|
||||||
|
|
||||||
### Pythonic
|
### Pythonic
|
||||||
|
|
Loading…
Reference in New Issue