summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-12-29 22:34:36 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-12-29 22:49:40 -0800
commit7b261b385814a5820a4a0a7fce9dbe8d7b579c1d (patch)
tree3b8dfcfdad7377a1ebffb567c289007d86371895
parentc9c3eb3dbea8f2c1580ab7b66c49d78f11b4aa13 (diff)
downloadguix-patches-7b261b385814a5820a4a0a7fce9dbe8d7b579c1d.tar
guix-patches-7b261b385814a5820a4a0a7fce9dbe8d7b579c1d.tar.gz
gnu: python-dask: Fix trailing whitespace in description.
* gnu/packages/python-xyz.scm (python-dask)[description]: Fix trailing whitespace.
-rw-r--r--gnu/packages/python-xyz.scm2
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