From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 4/4] gnu: Add python-autopep8. Date: Mon, 16 Jan 2017 22:14:19 +0100 Message-ID: <874m0y7ln8.fsf@gnu.org> References: <1484159585-12289-1-git-send-email-thomas.danckaert@gmail.com> <1484159585-12289-5-git-send-email-thomas.danckaert@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTEbh-0006Mm-VI for guix-devel@gnu.org; Mon, 16 Jan 2017 16:14:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTEbe-00029F-Pp for guix-devel@gnu.org; Mon, 16 Jan 2017 16:14:25 -0500 In-Reply-To: <1484159585-12289-5-git-send-email-thomas.danckaert@gmail.com> (Thomas Danckaert's message of "Wed, 11 Jan 2017 19:33:05 +0100") 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" To: Thomas Danckaert Cc: guix-devel@gnu.org Thomas Danckaert skribis: > * gnu/packages/python.scm (python-autopep8, python2-autopep8): New variab= les. [...] > + (synopsis > + "Automatically format Python code according to the PEP 8 style > +guide") I removed =E2=80=9CAutomatically=E2=80=9D so that it would fit on one line = and committed. Thank you! Ludo=E2=80=99.