Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmh authored Jan 8, 2025
1 parent f58a864 commit 8392721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/markitdown/_markitdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def convert(
return result

def _convert(self, html_content: str) -> Union[None, DocumentConverterResult]:
"""Helper function that converts and HTML string."""
"""Helper function that converts an HTML string."""

# Parse the string
soup = BeautifulSoup(html_content, "html.parser")
Expand Down

0 comments on commit 8392721

Please sign in to comment.