From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/5] gnu: Add python-monotonic. Date: Sun, 13 Sep 2015 11:46:19 +0200 Message-ID: <8737yi8xec.fsf@gnu.org> References: <1441755264-6790-1-git-send-email-tipecaml@gmail.com> <1441755264-6790-3-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]:42268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zb3rd-00081d-A7 for guix-devel@gnu.org; Sun, 13 Sep 2015 05:46:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zb3ra-0006Q6-23 for guix-devel@gnu.org; Sun, 13 Sep 2015 05:46:25 -0400 In-Reply-To: <1441755264-6790-3-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Wed, 9 Sep 2015 01:34:22 +0200") 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 Cc: guix-devel@gnu.org Cyril Roelandt skribis: > * gnu/packages/python.scm (python-monotonic, python2-monotonic): New variables. [...] > + "This module provides a monotonic() function which returns the value (in @code{monotonic} > + fractional seconds) of a clock which never goes backwards.") ^^ Extra space. OK with this change. Thanks, Ludo'.