@ -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 |