Skip to content

Commit

Permalink
Merge pull request #1897 from Carreau/typo
Browse files Browse the repository at this point in the history
Typo: THe -> The
  • Loading branch information
willmcgugan committed Jan 31, 2022
2 parents a950aaa + 5c586b6 commit 94273ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rich/markdown.py
Expand Up @@ -25,7 +25,7 @@ def create(cls, markdown: "Markdown", node: Any) -> "MarkdownElement":
"""Factory to create markdown element,
Args:
markdown (Markdown): THe parent Markdown object.
markdown (Markdown): The parent Markdown object.
node (Any): A node from Pygments.
Returns:
Expand Down Expand Up @@ -312,7 +312,7 @@ def create(cls, markdown: "Markdown", node: Any) -> "MarkdownElement":
"""Factory to create markdown element,
Args:
markdown (Markdown): THe parent Markdown object.
markdown (Markdown): The parent Markdown object.
node (Any): A node from Pygments.
Returns:
Expand Down

0 comments on commit 94273ee

Please sign in to comment.