From 68b18aae6a9bcdb0940fb957f3ab9bbfa0370d83 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Thu, 16 Oct 2014 00:46:15 +0200 Subject: guix import pypi: Fix a typo in a docstring. * guix/import/pypi.scm (snake-case): Fix documentation. --- guix/import/pypi.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guix') diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm index a0b3eb5a7b..6480c044c5 100644 --- a/guix/import/pypi.scm +++ b/guix/import/pypi.scm @@ -117,8 +117,8 @@ (define (latest-source-release pypi-package) (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) -- cgit v1.2.3