chore: update docling_parse_v2_backend.py

occured -> occurred

Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
This commit is contained in:
Ikko Eltociear Ashimine 2024-11-05 15:04:05 +09:00 committed by GitHub
parent ad56f8ad8c
commit 91eca31e38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ class DoclingParseV2PageBackend(PdfPageBackend):
self._dpage = parsed_page["pages"][0]
else:
_log.info(
f"An error occured when loading page {page_no} of document {document_hash}."
f"An error occurred when loading page {page_no} of document {document_hash}."
)
def is_valid(self) -> bool: