about summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorcdyson37 <charlie@charliedyson.net>2019-04-23 10:37:10 +0100
committerGitHub <noreply@github.com>2019-04-23 10:37:10 +0100
commit6ea4aa481dc10bcb3653780f0a900a7406dbf6e4 (patch)
treef5b1d207560d676dd3543cc7941d14b19f376a32 /doc/languages-frameworks
parent5b316ed4764305732fc6c5c1c07376b93653cd3d (diff)
downloadnixlib-6ea4aa481dc10bcb3653780f0a900a7406dbf6e4.tar
nixlib-6ea4aa481dc10bcb3653780f0a900a7406dbf6e4.tar.gz
nixlib-6ea4aa481dc10bcb3653780f0a900a7406dbf6e4.tar.bz2
nixlib-6ea4aa481dc10bcb3653780f0a900a7406dbf6e4.tar.lz
nixlib-6ea4aa481dc10bcb3653780f0a900a7406dbf6e4.tar.xz
nixlib-6ea4aa481dc10bcb3653780f0a900a7406dbf6e4.tar.zst
nixlib-6ea4aa481dc10bcb3653780f0a900a7406dbf6e4.zip
python-docs: typo
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 e4509276f5f8..6b59b767652a 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -510,7 +510,7 @@ Each interpreter has the following attributes:
 ### Building packages and applications
 
 Python libraries and applications that use `setuptools` or
-`distutils` are typically build with respectively the `buildPythonPackage` and
+`distutils` are typically built with respectively the `buildPythonPackage` and
 `buildPythonApplication` functions. These two functions also support installing a `wheel`.
 
 All Python packages reside in `pkgs/top-level/python-packages.nix` and all