Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ialbert committed Sep 19, 2023
1 parent af0c125 commit f1e3c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ To use `plac` all you need to know are the following three decorators:
* `@plac.opt` - for key value options `--iter 100`
* `@plac.flg` - for flags `--debug`

* that have the following signatures:
that have the following signatures:

```python
# Positional parameters.
Expand Down

0 comments on commit f1e3c46

Please sign in to comment.