From 8302a6a2d7e5bd779483ed63af27b36a82f4364d Mon Sep 17 00:00:00 2001 From: nkh0472 <67589323+nkh0472@users.noreply.github.com> Date: Sat, 26 Apr 2025 17:06:29 +0800 Subject: [PATCH] chore: typo fix Signed-off-by: nkh0472 <67589323+nkh0472@users.noreply.github.com> --- docling/backend/xml/jats_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docling/backend/xml/jats_backend.py b/docling/backend/xml/jats_backend.py index 23560d30..f286504c 100755 --- a/docling/backend/xml/jats_backend.py +++ b/docling/backend/xml/jats_backend.py @@ -91,7 +91,7 @@ class JatsDocumentBackend(DeclarativeDocumentBackend): super().__init__(in_doc, path_or_stream) self.path_or_stream = path_or_stream - # Initialize the root of the document hiearchy + # Initialize the root of the document hierarchy self.root: Optional[NodeItem] = None self.valid = False