Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixes a typo
  • Loading branch information
trp07 committed Oct 13, 2021
1 parent 10c5c02 commit 477d3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ $ pip install messages
from_ = "me@here.com",
to = "you@there.com",
auth = "p@ssw0rd",
subject: "Good Advice"
subject = "Good Advice",
body = "Hello,\n\tBuy more Bitcoin!",
attachments = ["./file1.txt", "~/Documents/file2.pdf"],
)
Expand Down

0 comments on commit 477d3bc

Please sign in to comment.