doc/languages-frameworks/python.section.md: fix typo (#41824)
This commit is contained in:
parent
93cbb9b72f
commit
979ac47cd8
|
@ -973,7 +973,7 @@ stdenv.mkDerivation {
|
||||||
# the following packages are related to the dependencies of your python
|
# the following packages are related to the dependencies of your python
|
||||||
# project.
|
# project.
|
||||||
# In this particular example the python modules listed in the
|
# In this particular example the python modules listed in the
|
||||||
# requirements.tx require the following packages to be installed locally
|
# requirements.txt require the following packages to be installed locally
|
||||||
# in order to compile any binary extensions they may require.
|
# in order to compile any binary extensions they may require.
|
||||||
#
|
#
|
||||||
taglib
|
taglib
|
||||||
|
|
Loading…
Reference in New Issue