Browse Source

Merge pull request #83 from thoppe/patch-1

Small typo in code example, fixed
pull/90/merge
Chris 9 years ago
parent
commit
b0ace98c80
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