You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ with Client(auth=(api_key, api_secret), version="v3.1") as mailjet:
189
189
(Note:
190
190
191
191
> **Note**
192
-
> If you choose not to use the context manager, you should manually call mailjet.close() when your application shuts down).
192
+
> If you choose not to use the context manager, you should manually call mailjet.close() when your application shuts down.
193
193
194
194
### Advanced Configuration
195
195
@@ -464,7 +464,7 @@ Some requests (for example [GET /contact](https://dev.mailjet.com/email/referenc
464
464
`limit``int` Limit the response to a select number of returned objects. Default value: `10`. Maximum value: `1000`
465
465
`offset``int` Retrieve a list of objects starting from a certain offset. Combine this query parameter with `limit` to retrieve a specific section of the list of objects. Default value: `0`
466
466
`sort``str` Sort the results by a property and select ascending (ASC) or descending (DESC) order. The default order is ascending. Keep in mind that this is not available for all properties. Default value: `ID asc`
467
-
Next example returns 40 contacts starting from 51th record sorted by `Email` field descendally:
467
+
Next example returns 40 contacts starting from 51st record sorted by `Email` field descendally:
468
468
469
469
```python
470
470
filters = {
@@ -645,7 +645,7 @@ Feel free to ask anything, and contribute:
645
645
- Create a new branch.
646
646
- Implement your feature or bug fix.
647
647
- Add documentation to it.
648
-
- Commit, push, open a pull request and voila.
648
+
- Commit, push, open a pull request and voilà.
649
649
650
650
If you have suggestions on how to improve the guides, please submit an issue in our [Official API Documentation repo](https://github.com/mailjet/api-documentation).
0 commit comments