diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-12-26 09:17:50 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-12-26 09:17:50 +0100 |
commit | 11140cf19467c3492c8e7293ef336984c52c7595 (patch) | |
tree | fd1909a2eae0c52c71e09c7f1947d228c2ac2bfe /gnu/packages/python-xyz.scm | |
parent | 8f82e7e3dc234693afbaa0375726dbd44a19a0f8 (diff) | |
download | patches-11140cf19467c3492c8e7293ef336984c52c7595.tar patches-11140cf19467c3492c8e7293ef336984c52c7595.tar.gz |
gnu: python-funcparserlib: Fix typo.
* gnu/packages/python-xyz.scm (python-funcparserlib): Fix typo in description.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5b8f377017..2077d6d12a 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))) |