Browse Source

Fix DecimalField sample typo

pull/731/head
Song Li 3 years ago
committed by Chris
parent
commit
a38f1a9cca
1 changed files with 2 additions and 2 deletions
  1. 4
      docs/Gooey-Options.md

4
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 |
Loading…
Cancel
Save