Skip to content

Commit 7c71945

Browse files
committed
docs: fix Rich help comment wording
1 parent 94484c4 commit 7c71945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typer/rich_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def _get_help_text(
217217

218218
# Get remaining lines, remove single line breaks and format as dim
219219
if remaining_paragraphs:
220-
# Add a newline inbetween the header and the remaining paragraphs
220+
# Add a newline in between the header and the remaining paragraphs
221221
yield Text("")
222222
# Join with double linebreaks for markdown and Rich markup
223223
remaining_lines = "\n\n".join(remaining_paragraphs)

0 commit comments

Comments
 (0)