gnu: python-funcparserlib: Fix typo.
* gnu/packages/python-xyz.scm (python-funcparserlib): Fix typo in description.master
parent
8f82e7e3dc
commit
11140cf194
|
@ -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)))
|
||||
|
|
Reference in New Issue