From mboxrd@z Thu Jan 1 00:00:00 1970 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 Message-ID: <87iojkdie1.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> References: <1413413354-31144-1-git-send-email-tipecaml@gmail.com> <1413413354-31144-4-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeXxo-000123-1A for guix-devel@gnu.org; Wed, 15 Oct 2014 19:26:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeXxh-0006Ij-76 for guix-devel@gnu.org; Wed, 15 Oct 2014 19:26:39 -0400 Received: from na6sys009bog003.obsmtp.com ([74.125.150.46]:44147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeXxh-0006IT-1H for guix-devel@gnu.org; Wed, 15 Oct 2014 19:26:33 -0400 Received: by mail-qa0-f43.google.com with SMTP id s7so1618435qap.16 for ; Wed, 15 Oct 2014 16:26:32 -0700 (PDT) In-Reply-To: <1413413354-31144-4-git-send-email-tipecaml@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Cyril Roelandt , guix-devel@gnu.org Cyril Roelandt 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