Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The Web API v3 client is `sendgrid.py`, the other files are legacy code for our
<a name="testing"></a>
## Testing

All PRs require passing tests before the PR will be reviewed.
The PR must pass all the tests before it is reviewed.

All test files are in the [`test`](https://github.com/sendgrid/sendgrid-python/test) directory.

Expand All @@ -129,7 +129,7 @@ For Python 2.7.* and up:

### Testing Multiple Versions of Python

All PRs require passing tests before the PR will be reviewed.
The PR must pass all the tests before it is reviewed.

#### Prerequisites: ####

Expand Down