mailjet / mailjet-apiv3-python

[API v3] Python Mailjet wrapper
https://dev.mailjet.com
MIT License
109 stars 41 forks source link

update print function call in README.md examples according to python 3.x #69

Closed sahasrara62 closed 3 years ago

sahasrara62 commented 3 years ago

i have updated the documentation where the python function is used. print method defined in the example is of python 2.7 without bracket and this version of python is outdated and no longer supported. Updated the print function and using the bracket with the python object we want to update.