diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:34:36 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:49:40 -0800 |
commit | 7b261b385814a5820a4a0a7fce9dbe8d7b579c1d (patch) | |
tree | 3b8dfcfdad7377a1ebffb567c289007d86371895 /gnu/packages | |
parent | c9c3eb3dbea8f2c1580ab7b66c49d78f11b4aa13 (diff) |
gnu: python-dask: Fix trailing whitespace in description.
* gnu/packages/python-xyz.scm (python-dask)[description]: Fix trailing
whitespace.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |