Typo fixed
This commit is contained in:
parent
f58a864951
commit
8392721f93
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue