summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-09-22 18:31:56 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-09-22 18:31:56 +0200
commit7bff759fac26f1312d08e78bb0f654139b96e798 (patch)
tree06667a122322d925261f6a7c032f4cfd962d28d8 /doc
parentc24b9331e038e49199abf887e966bd0c6b7b96a0 (diff)
parente3607652b6dd8cba9d1501cbf44b975a7b159cfa (diff)
Merge staging-next into staging
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: