Typo fixed

This commit is contained in:
James Hickey 2025-01-08 17:53:06 -04:00 committed by GitHub
parent f58a864951
commit 8392721f93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -204,7 +204,7 @@ class HtmlConverter(DocumentConverter):
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")