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:
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
|
||||
"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)))
|
||||
|
|
Loading…
Reference in a new issue