guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 3/3] guix import pypi: Fix a type in a docstring.


From: David Thompson
Subject: Re: [PATCH 3/3] guix import pypi: Fix a type in a docstring.
Date: Wed, 15 Oct 2014 19:26:30 -0400
User-agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu)

Cyril Roelandt <address@hidden> writes:

> * guix/import/pypi.scm (snake-case): Fix documentation.
> ---
>  guix/import/pypi.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm
> index 722ad9d..12abbac 100644
> --- a/guix/import/pypi.scm
> +++ b/guix/import/pypi.scm
> @@ -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)
> -- 
> 1.8.4.rc3
>
>

Oops!  Looks good.

Thanks for these patches!

-- 
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate



reply via email to

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