guix-commits
[Top][All Lists]
Advanced

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

08/12: import: pypi: Fix typo in docstring.


From: guix-commits
Subject: 08/12: import: pypi: Fix typo in docstring.
Date: Mon, 1 Jul 2019 21:43:04 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 73e83730607e34d5f89a7166fd1609342d954633
Author: Maxim Cournoyer <address@hidden>
Date:   Wed Jun 12 11:34:23 2019 +0900

    import: pypi: Fix typo in docstring.
    
    * guix/import/pypi.scm (guess-requirements): Fix typo.
---
 guix/import/pypi.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm
index 7cf1e92..d861dd9 100644
--- a/guix/import/pypi.scm
+++ b/guix/import/pypi.scm
@@ -218,7 +218,7 @@ requirement names."
             (loop requirements))))))))
 
 (define (guess-requirements source-url wheel-url archive)
-  "Given SOURCE-URL, WHEEL-URL and a ARCHIVE of the package, return a list
+  "Given SOURCE-URL, WHEEL-URL and an ARCHIVE of the package, return a list
 of the required packages specified in the requirements.txt file.  ARCHIVE will
 be extracted in a temporary directory."
 



reply via email to

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