gnu: python-dask: Fix trailing whitespace in description.

* gnu/packages/python-xyz.scm (python-dask)[description]: Fix trailing
  whitespace.
This commit is contained in:
Vagrant Cascadian 2021-12-29 22:34:36 -08:00
parent c9c3eb3dbe
commit 7b261b3858
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -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 and large data collections like parallel arrays, dataframes, and lists that
extend common interfaces like NumPy, Pandas, or Python iterators to extend common interfaces like NumPy, Pandas, or Python iterators to
larger-than-memory or distributed environments. These parallel collections 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))) (license license:bsd-3)))
(define-public python-ilinkedlist (define-public python-ilinkedlist