Skip to content

Commit 4463ff3

Browse files
authored
Merge pull request googleapis#71 from megadevx/patch-1
Thanks for the catch.
2 parents 2647e00 + 1b475d1 commit 4463ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

O365/attachment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Attachment( object ):
1717
a message, simply append it to the message's attachment list (message.attachments).
1818
1919
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
20+
base64 encoded string to the appropriate set function to bring your attachment into the
2121
instance, which will of course need to happen before it could be mailed.
2222
2323
Methods:

0 commit comments

Comments
 (0)