diff --git a/docs/Gooey-Options.md b/docs/Gooey-Options.md index 1f60d5d..0951203 100644 --- a/docs/Gooey-Options.md +++ b/docs/Gooey-Options.md @@ -114,7 +114,7 @@ parser.add_argument('-my-arg', widget='IntegerField', gooey_options={ ### DecimalField ```python -parser.add_argument('-my-arg', widget='IntegerField', gooey_options={ +parser.add_argument('-my-arg', widget='DecimalField', gooey_options={ min: float, max: float, increment: float, @@ -245,4 +245,4 @@ parser.add_argument("MultiFileSaver", widget="MultiFileChooser", | default_path | string | The default path | - \ No newline at end of file +