doc/python: remove trailing whitespace

This commit is contained in:
zowoq 2020-09-21 09:31:16 +10:00
parent 0b67d9e87a
commit 069757550e

View File

@ -567,7 +567,7 @@ test run would be:
checkPhase = "pytest";
```
However, many repositories' test suites do not translate well to nix's build
However, many repositories' test suites do not translate well to nix's build
sandbox, and will generally need many tests to be disabled.
To filter tests using pytest, one can do the following: