From 0d6f02c101cf30ff4dfe05de4dc7ecdc10c2509f Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Mon, 9 Sep 2019 18:53:03 -0400 Subject: [PATCH] Typos --- docs/Pythonic GUIs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Pythonic GUIs.md b/docs/Pythonic GUIs.md index f718b85a..57b0dc35 100644 --- a/docs/Pythonic GUIs.md +++ b/docs/Pythonic GUIs.md @@ -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