From a5d67878f2972f0b2206165e72f4eea13f7f7863 Mon Sep 17 00:00:00 2001 From: makermotion <22776403+makermotion@users.noreply.github.com> Date: Sun, 22 Dec 2024 13:25:05 +0300 Subject: [PATCH] change misleading docstring --- src/markitdown/_markitdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/markitdown/_markitdown.py b/src/markitdown/_markitdown.py index d72196b..5bb9c67 100644 --- a/src/markitdown/_markitdown.py +++ b/src/markitdown/_markitdown.py @@ -1081,7 +1081,7 @@ class OutlookMsgConverter(DocumentConverter): """Converts Outlook .msg files to markdown by extracting email metadata and content. Uses the olefile package to parse the .msg file structure and extract: - - Email headers (From, To, Subject, Date) + - Email headers (From, To, Subject) - Email body content """