We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e8f5f commit cf53f61Copy full SHA for cf53f61
README.md
@@ -43,5 +43,5 @@ result = mailjet.sender.post(data={'email': '[email protected]'})
43
## Combine an resource with an action
44
``` python
45
# Get the contact lists of contact #2
46
-result = mailjet.Contact_getcontactslists(id=2)
+result = mailjet.contact_getcontactslists(id=2)
47
```
0 commit comments