Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed Sep 3, 2024
1 parent b2ea865 commit 647db05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typer/rich_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def _make_rich_text(
) -> Union[Markdown, Text]:
"""Take a string, remove indentations, and return styled text.
By default, the text is not parsed for any special formatting. as a Rich Text with the request style.
By default, the text is not parsed for any special formatting.
If `markup_mode` is `"rich"`, the text is parsed for Rich markup strings.
If `markup_mode` is `"markdown"`, parse as Markdown.
"""
Expand Down

0 comments on commit 647db05

Please sign in to comment.