Fix grammar in DEVELOPMENT.md

Co-authored-by: fanninpm <fanninpm@miamioh.edu>
This commit is contained in:
Aphek
2021-10-02 23:09:42 -03:00
committed by GitHub
parent a702a1709b
commit 66c00272a0

View File

@@ -71,7 +71,7 @@ Python unit tests can be run by compiling RustPython and running the test module
$ cargo run --release -- -m test
```
There are a few test options that are specially useful:
There are a few test options that are especially useful:
- `-j <n>` enables parallel testing (which is a lot faster), where `<n>` is the
number of threads to be used, ideally the same as number of cores on your CPU.