From 1b475d185f10fc64e3dffa050a2243994bcc4311 Mon Sep 17 00:00:00 2001 From: megadevx Date: Tue, 9 Jan 2018 08:45:59 -0600 Subject: [PATCH] Update attachment.py fixed typo in doc string --- O365/attachment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/O365/attachment.py b/O365/attachment.py index c06770a507a0..9a85751810d2 100644 --- a/O365/attachment.py +++ b/O365/attachment.py @@ -17,7 +17,7 @@ class Attachment( object ): a message, simply append it to the message's attachment list (message.attachments). these are stored locally in base64 encoded strings. You can pass either a byte string or a - base64 encoded string tot he appropriate set function to bring your attachment into the + base64 encoded string to the appropriate set function to bring your attachment into the instance, which will of course need to happen before it could be mailed. Methods: