aboutsummaryrefslogtreecommitdiff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-09-21 09:31:16 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-09-21 09:35:27 +1000
commit069757550ed82784f70b8d15fb709c0d08286e70 (patch)
tree5da9b007c0ade32510a183fb7fb2af1ef35334e1 /doc/languages-frameworks
parent0b67d9e87aea54ea13b4f5031a5b58676834ff4a (diff)
doc/python: remove trailing whitespace
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/python.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index f189ce31448a..e2d9172919ef 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -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: