mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-funcparserlib: Fix typo.
* gnu/packages/python-xyz.scm (python-funcparserlib): Fix typo in description.
This commit is contained in:
parent
8f82e7e3dc
commit
11140cf194
1 changed files with 1 additions and 1 deletions
|
@ -17115,7 +17115,7 @@ scripts to load entry points more quickly.")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Recursive descent parsing library based on functional combinators")
|
"Recursive descent parsing library based on functional combinators")
|
||||||
(description
|
(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
|
functional combinators. Parser combinators are just higher-order functions
|
||||||
that take parsers as their arguments and return them as result values.")
|
that take parsers as their arguments and return them as result values.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue