Skip to content

Commit

Permalink
Fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
treykeown committed Jun 23, 2023
1 parent 3f874a4 commit 1ef2921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,5 +340,5 @@ usage: intro.py [-h] [-x OPTION] required [not-required] [others ...]

Docstrings are used for command and argument help messages. They can also:

* Change the short `-n` and long name `--name` of an `--option` by prefixing its description with `[-n/--name]`
* Change the metavar of an argument to `SOMETHING` wrapping a word in curly braces `{something}`
* Change the short (`-n`) and long name (`--name`) of an `--option` by prefixing its description with `[-n/--name]`
* Change the metavar of an argument to `SOMETHING` by wrapping a word in curly braces: `{something}`

0 comments on commit 1ef2921

Please sign in to comment.