Skip to content

Commit

Permalink
Merge pull request #532 from delirious-lettuce/fix_docstring_parameter
Browse files Browse the repository at this point in the history
Rename docstring parameter to match function argument
  • Loading branch information
thinkingserious authored May 30, 2018
2 parents 23817d2 + 89ee9a6 commit 8088e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sendgrid/helpers/mail/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def sections(self):
def add_section(self, section):
"""Add a Section to this Mail.
:type attachment: Section
:type section: Section
"""
self._sections.append(section)

Expand Down

0 comments on commit 8088e8d

Please sign in to comment.