Merge pull request #60080 from cdyson37/cdyson37-python-typo

python-docs: typo
This commit is contained in:
Jörg Thalheim 2019-04-23 10:58:28 +01:00 committed by GitHub
commit 92394c9ee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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