From 2abfe3f700f400f9eee5d0e29bbcf981ac79ff4c Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Wed, 1 Jun 2022 18:56:33 +0100 Subject: [PATCH] doc: fix typos in pythonRelaxDepsHook Co-authored-by: Guillaume Girol --- doc/languages-frameworks/python.section.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md index 51c4d26dbc5..3211ae616a1 100644 --- a/doc/languages-frameworks/python.section.md +++ b/doc/languages-frameworks/python.section.md @@ -665,8 +665,8 @@ present packages (e.g. `setuptools`) #### Using pythonRelaxDepsHook {#using-pythonrelaxdepshook} -It is common for upstream to specifies a range of versions for its package -dependencies. This makes sense, since it ensures that the package will be build +It is common for upstream to specify a range of versions for its package +dependencies. This makes sense, since it ensures that the package will be built with a subset of packages that is well tested. However, this commonly causes issues when packaging in Nixpkgs, because the dependencies that this package may need are too new or old for the package to build correctly. We also cannot