Skip to content

Commit 8088e8d

Browse files
Merge pull request #532 from delirious-lettuce/fix_docstring_parameter
Rename docstring parameter to match function argument
2 parents 23817d2 + 89ee9a6 commit 8088e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sendgrid/helpers/mail/mail.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def sections(self):
330330
def add_section(self, section):
331331
"""Add a Section to this Mail.
332332
333-
:type attachment: Section
333+
:type section: Section
334334
"""
335335
self._sections.append(section)
336336

0 commit comments

Comments
 (0)