From 8ce32be776d5ad3e449d318479b49384c69e01e0 Mon Sep 17 00:00:00 2001 From: Travis Hoppe Date: Thu, 2 Apr 2015 14:25:17 -0400 Subject: [PATCH] Small typo in code example, fixed This is a trivial change, but for users trying out new code there shouldn't be any syntax errors in the examples. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6733e68..c8cb268 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Given then above, Gooey would select a normal `TextField` as the widget type lik However, by dropping in `GooeyParser` and supplying a `widget` name, you display a much more user friendly `FileChooser` - from gooeyimport GooeyParser + from gooey import GooeyParser .... def main():