Skip to content

Commit

Permalink
docs: fixed typo in sendgrid/helpers/mail/file_content.py (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
razvandimescu authored Nov 30, 2020
1 parent f3d7838 commit 3e40d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sendgrid/helpers/mail/file_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def file_content(self, value):

def get(self):
"""
Get a JSON-ready representation of this FileContente.
Get a JSON-ready representation of this FileContent.
:returns: This FileContent, ready for use in a request body.
:rtype: string
Expand Down

0 comments on commit 3e40d3c

Please sign in to comment.