Skip to content

Commit 09f7876

Browse files
docs: Fixed Subject typo (sendgrid#895)
1 parent 2377c40 commit 09f7876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sendgrid/helpers/mail/subject.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Subject(object):
22
"""A subject for an email message."""
33

44
def __init__(self, subject, p=None):
5-
"""Create a Subjuct.
5+
"""Create a Subject.
66
77
:param subject: The subject for an email
88
:type subject: string

0 commit comments

Comments
 (0)