Skip to content

Commit

Permalink
Typo: THe -> The
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Jan 31, 2022
1 parent a950aaa commit 5c586b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rich/markdown.py
Original file line number Diff line number Diff line change
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 5c586b6

Please sign in to comment.