summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-09-22 18:31:27 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-09-22 18:31:27 +0200
commite3607652b6dd8cba9d1501cbf44b975a7b159cfa (patch)
treebea99cfcaedc102504f25e90f212dd48d42a3e7f /doc
parentd756789d4a226f2a227d2c9cd852266c92c47ef5 (diff)
parent6dad7ddb8cfc7b897dce9a4c7ba6a0cbdda06401 (diff)
Merge master into staging-next
Diffstat (limited to 'doc')
-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: