Fixed a typo

This commit is contained in:
Saifeddine ALOUI
2025-02-02 09:47:05 +01:00
parent 75b5739f81
commit c65dcff991

View File

@@ -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