Fixed a typo
This commit is contained in:
@@ -556,7 +556,7 @@ class DocumentManager:
|
|||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
input_dir: str,
|
input_dir: str,
|
||||||
supported_extensions: tuple = (".txt", ".md", ".pdf", ".docx", ".pptx", "xlsx"),
|
supported_extensions: tuple = (".txt", ".md", ".pdf", ".docx", ".pptx", ".xlsx"),
|
||||||
):
|
):
|
||||||
self.input_dir = Path(input_dir)
|
self.input_dir = Path(input_dir)
|
||||||
self.supported_extensions = supported_extensions
|
self.supported_extensions = supported_extensions
|
||||||
|
Reference in New Issue
Block a user