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