From 7b261b385814a5820a4a0a7fce9dbe8d7b579c1d Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 29 Dec 2021 22:34:36 -0800 Subject: 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(-) (limited to 'gnu/packages/python-xyz.scm') 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 @@ (define-public python-dask 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 -- cgit v1.2.3