Skip to content

Commit

Permalink
Merge pull request #1491 from yashrathi-git/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in example
  • Loading branch information
willmcgugan committed Sep 22, 2021
2 parents f38ebb9 + f612f48 commit 522f841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rich/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def iter_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]:
markdown_example = """\
# Markdown
Supports much of the *markdown*, __syntax__!
Supports much of the *markdown* __syntax__!
- Headers
- Basic formatting: **bold**, *italic*, `code`
Expand Down
Loading

0 comments on commit 522f841

Please sign in to comment.