Browse Source

Merge branch 'master' of https://github.com/chriskiehl/Gooey

pull/90/merge
chriskiehl 9 years ago
parent
commit
5aa0d70457
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