Update doc string of pypdf.py (#7805)

This commit is contained in:
Sebastian Husch Lee 2024-06-05 12:45:34 +02:00 committed by GitHub
parent 19c1e2e61d
commit e6b8b7529b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,7 +153,7 @@ class PyPDFToDocument:
Converts PDF files to Documents.
:param sources:
List of HTML file paths or ByteStream objects.
List of file paths or ByteStream objects.
:param meta:
Optional metadata to attach to the Documents.
This value can be either a list of dictionaries or a single dictionary.