guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: python-build-system: Fix typo in module-lev


From: guix-commits
Subject: branch core-updates updated: python-build-system: Fix typo in module-level comment paragraph.
Date: Wed, 22 Jun 2022 14:40:12 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 1ba84bd1af python-build-system: Fix typo in module-level comment 
paragraph.
1ba84bd1af is described below

commit 1ba84bd1af48828dfb967ef102fa375b7b3ee469
Author: jgart <jgart@dismail.de>
AuthorDate: Mon Jun 20 16:17:33 2022 -0500

    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>
---
 guix/build/python-build-system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]