Update docstring in html.py (#6279)

The explanation of 'sources' is inadequate especially because this is probably going to be most used with `LinkContentFetcher` that returns `List[ByteStream]`
This commit is contained in:
Tuana Çelik 2023-11-13 12:32:25 +01:00 committed by GitHub
parent f708cf6056
commit b8fdb880f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ class HTMLToDocument:
"""
Converts a list of HTML files to Documents.
:param sources: Paths to HTML files.
:param sources: List of HTML file paths or ByteStream objects.
:return: List of converted Documents.
"""
documents = []