📝 Fix typo in docs at docs/tutorial/commands/help.md
(#466)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
84579a11a2
commit
7345567538
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ $ python main.py delete --help
|
|||
|
||||
</div>
|
||||
|
||||
### Rich Markown
|
||||
### Rich Markdown
|
||||
|
||||
If you set `rich_markup_mode="markdown"` when creating the `typer.Typer()` app, you will be able to use Markdown in the docstring:
|
||||
|
||||
|
|
Loading…
Reference in a new issue