summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorRolf Schröder <rolf.schr@gmail.com>2018-06-11 11:24:07 +0200
committerJörg Thalheim <Mic92@users.noreply.github.com>2018-06-11 10:24:07 +0100
commit979ac47cd8164f1e4215e5ff4c11c3d5170cf50e (patch)
treed4e0aff17f6f9834b96c037d4ceefd184ea19b7a /doc/languages-frameworks
parent93cbb9b72fed5076d4d0038f14625be4debde255 (diff)
downloadnixlib-979ac47cd8164f1e4215e5ff4c11c3d5170cf50e.tar
nixlib-979ac47cd8164f1e4215e5ff4c11c3d5170cf50e.tar.gz
nixlib-979ac47cd8164f1e4215e5ff4c11c3d5170cf50e.tar.bz2
nixlib-979ac47cd8164f1e4215e5ff4c11c3d5170cf50e.tar.lz
nixlib-979ac47cd8164f1e4215e5ff4c11c3d5170cf50e.tar.xz
nixlib-979ac47cd8164f1e4215e5ff4c11c3d5170cf50e.tar.zst
nixlib-979ac47cd8164f1e4215e5ff4c11c3d5170cf50e.zip
doc/languages-frameworks/python.section.md: fix typo (#41824)
Diffstat (limited to 'doc/languages-frameworks')
-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 7a48bbaeeeec..d291b44c309c 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -973,7 +973,7 @@ stdenv.mkDerivation {
     # the following packages are related to the dependencies of your python
     # project.
     # 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.
     #
     taglib