about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-06-01 18:56:33 +0100
committerGitHub <noreply@github.com>2022-06-01 18:56:33 +0100
commit2abfe3f700f400f9eee5d0e29bbcf981ac79ff4c (patch)
tree497eb33ad8d918783c08500802837daa3eacdbfb /doc
parent74a0e97cd4a2f8a237f4fb3156c9cb83cf2879f3 (diff)
downloadnixlib-2abfe3f700f400f9eee5d0e29bbcf981ac79ff4c.tar
nixlib-2abfe3f700f400f9eee5d0e29bbcf981ac79ff4c.tar.gz
nixlib-2abfe3f700f400f9eee5d0e29bbcf981ac79ff4c.tar.bz2
nixlib-2abfe3f700f400f9eee5d0e29bbcf981ac79ff4c.tar.lz
nixlib-2abfe3f700f400f9eee5d0e29bbcf981ac79ff4c.tar.xz
nixlib-2abfe3f700f400f9eee5d0e29bbcf981ac79ff4c.tar.zst
nixlib-2abfe3f700f400f9eee5d0e29bbcf981ac79ff4c.zip
doc: fix typos in pythonRelaxDepsHook
Co-authored-by: Guillaume Girol <symphorien@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/python.section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 51c4d26dbc57..3211ae616a1c 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