import: pypi: Fix typo in docstring.
* guix/import/pypi.scm (guess-requirements): Fix typo.
This commit is contained in:
parent
f0190a5dcd
commit
73e8373060
|
@ -218,7 +218,7 @@ requirement names."
|
||||||
(loop requirements))))))))
|
(loop requirements))))))))
|
||||||
|
|
||||||
(define (guess-requirements source-url wheel-url archive)
|
(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
|
of the required packages specified in the requirements.txt file. ARCHIVE will
|
||||||
be extracted in a temporary directory."
|
be extracted in a temporary directory."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue