diff options
author | jgart <jgart@dismail.de> | 2022-06-20 16:17:33 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-06-22 13:53:55 -0400 |
commit | 1ba84bd1af48828dfb967ef102fa375b7b3ee469 (patch) | |
tree | a7028e18a6eea4dfb6520573c526ed1c8965bcdd | |
parent | 103f488ecb1ebe733cafd1a6b3ceab20217d627b (diff) | |
download | guix-1ba84bd1af48828dfb967ef102fa375b7b3ee469.tar.gz guix-1ba84bd1af48828dfb967ef102fa375b7b3ee469.zip |
python-build-system: Fix typo in module-level comment paragraph.
* guix/build/python-build-system.scm: Fix typo in comment paragraph.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rw-r--r-- | guix/build/python-build-system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build/python-build-system.scm b/guix/build/python-build-system.scm index 26ba744aca..aa04664b25 100644 --- a/guix/build/python-build-system.scm +++ b/guix/build/python-build-system.scm @@ -68,7 +68,7 @@ ;; downloading the package source from PyPI (the Python Package Index). Both ;; of them import setuptools and execute the "setup.py" file under their ;; control. Thus the "setup.py" behaves as if the developer had imported -;; setuptools within setup.py - even is still using only distutils. +;; setuptools within setup.py - even if it is still using only distutils. ;; ;; Setuptools' "install" command (to be more precise: the "easy_install" ;; command which is called by "install") will put the path of the currently |