3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-funcparserlib: Fix typo.

* gnu/packages/python-xyz.scm (python-funcparserlib): Fix typo in description.
This commit is contained in:
Nicolas Goaziou 2019-12-26 09:17:50 +01:00
parent 8f82e7e3dc
commit 11140cf194
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)))