[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-funcparserlib: Fix typo.
From: |
guix-commits |
Subject: |
01/01: gnu: python-funcparserlib: Fix typo. |
Date: |
Thu, 26 Dec 2019 03:19:23 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 11140cf19467c3492c8e7293ef336984c52c7595
Author: Nicolas Goaziou <address@hidden>
Date: Thu Dec 26 09:17:50 2019 +0100
gnu: python-funcparserlib: Fix typo.
* gnu/packages/python-xyz.scm (python-funcparserlib): Fix typo in
description.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5b8f377..2077d6d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17115,7 +17115,7 @@ scripts to load entry points more quickly.")
(synopsis
"Recursive descent parsing library based on functional combinators")
(description
- "This package is a recurisve descent parsing library for Python based on
+ "This package is a recursive descent parsing library for Python based on
functional combinators. Parser combinators are just higher-order functions
that take parsers as their arguments and return them as result values.")
(license license:expat)))