Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed May 19, 2023
1 parent b325929 commit b4b1936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ If above format check fails then you will be presented with a [diff](https://bla
```bash
make format
```
We also use [Mypy](https://mypy.readthedocs.io/en/stable/) as a type checker to correct incompatible types compared to the type
hints. To test this locally, run the type check test in the top-level directory of the repository.
We also use [Mypy](https://mypy.readthedocs.io/en/stable/) as a type checker to find incompatible types compared to the type
hints in your code. To test this locally, run the type check test in the top-level directory of the repository.

To do type checking so that `mypy` can find incorrectly used types, use
To find incorrectly used types by type checking in `mypy`, use
```bash
make check-types
```
Expand Down

0 comments on commit b4b1936

Please sign in to comment.