guix-commits
[Top][All Lists]
Advanced

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

28/35: gnu: python-dask: Fix trailing whitespace in description.


From: guix-commits
Subject: 28/35: gnu: python-dask: Fix trailing whitespace in description.
Date: Thu, 30 Dec 2021 02:18:06 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 7b261b385814a5820a4a0a7fce9dbe8d7b579c1d
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Wed Dec 29 22:34:36 2021 -0800

    gnu: python-dask: Fix trailing whitespace in description.
    
    * gnu/packages/python-xyz.scm (python-dask)[description]: Fix trailing
      whitespace.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 23b3205326..3a9e35aacf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22493,7 +22493,7 @@ consists of two components: dynamic task scheduling 
optimized for computation,
 and large data collections like parallel arrays, dataframes, and lists that
 extend common interfaces like NumPy, Pandas, or Python iterators to
 larger-than-memory or distributed environments.  These parallel collections
-run on top of the dynamic task schedulers. ")
+run on top of the dynamic task schedulers.")
     (license license:bsd-3)))
 
 (define-public python-ilinkedlist



reply via email to

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