mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
chore: typo fix
Signed-off-by: nkh0472 <67589323+nkh0472@users.noreply.github.com>
This commit is contained in:
parent
300a24b1f7
commit
8302a6a2d7
@ -91,7 +91,7 @@ class JatsDocumentBackend(DeclarativeDocumentBackend):
|
|||||||
super().__init__(in_doc, path_or_stream)
|
super().__init__(in_doc, path_or_stream)
|
||||||
self.path_or_stream = 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.root: Optional[NodeItem] = None
|
||||||
|
|
||||||
self.valid = False
|
self.valid = False
|
||||||
|
Loading…
Reference in New Issue
Block a user