mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
guix import pypi: Fix a typo in a docstring.
* guix/import/pypi.scm (snake-case): Fix documentation.
This commit is contained in:
@@ -117,8 +117,8 @@ recursively apply the procedure to the sub-list."
|
||||
(assoc-ref* pypi-package "info" "version")))))
|
||||
|
||||
(define (snake-case str)
|
||||
"Return a downcased version of the string STR where dashes are replaced with
|
||||
underscores."
|
||||
"Return a downcased version of the string STR where underscores are replaced
|
||||
with dashes."
|
||||
(string-join (string-split (string-downcase str) #\_) "-"))
|
||||
|
||||
(define (guix-hash-url url)
|
||||
|
||||
Reference in New Issue
Block a user