Typo fixed (#270)
This commit is contained in:
@@ -217,7 +217,7 @@ class HtmlConverter(DocumentConverter):
|
|||||||
return result
|
return result
|
||||||
|
|
||||||
def _convert(self, html_content: str) -> Union[None, DocumentConverterResult]:
|
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
|
# Parse the string
|
||||||
soup = BeautifulSoup(html_content, "html.parser")
|
soup = BeautifulSoup(html_content, "html.parser")
|
||||||
|
|||||||
Reference in New Issue
Block a user