import: pypi: Fix typo in docstring.

* guix/import/pypi.scm (guess-requirements): Fix typo.
This commit is contained in:
Maxim Cournoyer 2019-06-12 11:34:23 +09:00
parent f0190a5dcd
commit 73e8373060
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

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