Browse Source

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.
pull/83/head
Travis Hoppe 9 years ago
parent
commit
8ce32be776
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
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():

Loading…
Cancel
Save