Skip to content

Commit

Permalink
Merge branch 'main' of github.com:florianmahner/tomlparse
Browse files Browse the repository at this point in the history
  • Loading branch information
florianmahner committed Jul 16, 2024
2 parents 83ab0cb + ba66a6b commit fab7874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ At the core of this module is the [TOML ArgumentParser](https://github.com/flor
```python
import tomlparse
parser = tomlparse.ArgumentParser()
parser.add_argument("--foo", type-int, default=0)
parser.add_argument("--foo", type=int, default=0)
parser.add_argument("--bar", type=str, default="")
parser.parse_args()
```
Expand Down

0 comments on commit fab7874

Please sign in to comment.