[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/15: gnu: python-pathos: Fix typo in description.
From: |
guix-commits |
Subject: |
09/15: gnu: python-pathos: Fix typo in description. |
Date: |
Thu, 9 Jul 2020 13:58:06 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 286a3d6f52398cf79eb8c211c830ced57064948c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 9 16:52:10 2020 +0200
gnu: python-pathos: Fix typo in description.
* gnu/packages/python-xyz.scm (python-pathos)[description]: Fix typo.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 98db6d9..074ea39 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)))
- 06/15: gnu: gphotofs: Fix typo in description., (continued)
- 06/15: gnu: gphotofs: Fix typo in description., guix-commits, 2020/07/09
- 07/15: gnu: dump: Fix typo in description., guix-commits, 2020/07/09
- 08/15: doc: Fix typo., guix-commits, 2020/07/09
- 12/15: gnu: tor: Update to 0.4.3.6 [fixes CVE-2020-15572]., guix-commits, 2020/07/09
- 04/15: gnu: go-github-com-rifflock-lfshook: Fix typo in description., guix-commits, 2020/07/09
- 10/15: gnu: m2-planet: Fix typo in description., guix-commits, 2020/07/09
- 11/15: gnu: snd: Update to 20.5., guix-commits, 2020/07/09
- 14/15: gnu: dash: Update to 0.5.11.1., guix-commits, 2020/07/09
- 13/15: gnu: zutils: Fix test failure., guix-commits, 2020/07/09
- 15/15: gnu: zutils: Update to 1.9., guix-commits, 2020/07/09
- 09/15: gnu: python-pathos: Fix typo in description.,
guix-commits <=