We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94484c4 commit 7c71945Copy full SHA for 7c71945
1 file changed
typer/rich_utils.py
@@ -217,7 +217,7 @@ def _get_help_text(
217
218
# Get remaining lines, remove single line breaks and format as dim
219
if remaining_paragraphs:
220
- # Add a newline inbetween the header and the remaining paragraphs
+ # Add a newline in between the header and the remaining paragraphs
221
yield Text("")
222
# Join with double linebreaks for markdown and Rich markup
223
remaining_lines = "\n\n".join(remaining_paragraphs)
0 commit comments