We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2647e00 + 1b475d1 commit 4463ff3Copy full SHA for 4463ff3
1 file changed
O365/attachment.py
@@ -17,7 +17,7 @@ class Attachment( object ):
17
a message, simply append it to the message's attachment list (message.attachments).
18
19
these are stored locally in base64 encoded strings. You can pass either a byte string or a
20
- 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
21
instance, which will of course need to happen before it could be mailed.
22
23
Methods:
0 commit comments