gnu: python-pathos: Fix typo in description.
* gnu/packages/python-xyz.scm (python-pathos)[description]: Fix typo.
This commit is contained in:
parent
4f4fb2151e
commit
286a3d6f52
1 changed files with 2 additions and 2 deletions
|
@ -19016,9 +19016,9 @@ essential tools are located.")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Parallel graph management and execution in heterogeneous computing")
|
"Parallel graph management and execution in heterogeneous computing")
|
||||||
(description
|
(description
|
||||||
"Python-pathos is a framework for heterogenous computing. It provides a
|
"Python-pathos is a framework for heterogeneous computing. It provides a
|
||||||
consistent high-level interface for configuring and launching parallel
|
consistent high-level interface for configuring and launching parallel
|
||||||
computations across heterogenous resources. Python-pathos provides configurable
|
computations across heterogeneous resources. Python-pathos provides configurable
|
||||||
launchers for parallel and distributed computing, where each launcher contains
|
launchers for parallel and distributed computing, where each launcher contains
|
||||||
the syntactic logic to configure and launch jobs in an execution environment.")
|
the syntactic logic to configure and launch jobs in an execution environment.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
Reference in a new issue