Issue Summary
The docstring for the add_category method in the mail helper claims that category is of type 'string', but it should actually be of type 'Category'.
This produces a warning in some editors when passing in a Category object.
Technical details:
- sendgrid-python Version: 5.4.1
Issue Summary
The docstring for the add_category method in the mail helper claims that category is of type 'string', but it should actually be of type 'Category'.
sendgrid-python/sendgrid/helpers/mail/mail.py
Line 381 in 1ac58c6
This produces a warning in some editors when passing in a Category object.
Technical details: