diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 16:52:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 19:57:40 +0200 |
commit | 286a3d6f52398cf79eb8c211c830ced57064948c (patch) | |
tree | 2bf55288e496d2fbaaa46a95af56c886f4213307 | |
parent | 4f4fb2151ef131c4bfccadb362a91319034968c8 (diff) |
gnu: python-pathos: Fix typo in description.
* gnu/packages/python-xyz.scm (python-pathos)[description]: Fix typo.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 98db6d9e51..074ea394e1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19016,9 +19016,9 @@ essential tools are located.") (synopsis "Parallel graph management and execution in heterogeneous computing") (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 -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 the syntactic logic to configure and launch jobs in an execution environment.") (license license:bsd-3))) |