gnu: python-pypeg2: Fix typo in synopsis.

* gnu/packages/python-xyz.scm (python-pypeg2)[synopsis]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 19:57:40 +02:00
parent 2ecd7d6499
commit 8ab76a8900
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -15635,7 +15635,7 @@ specified to apply on the key before comparison (e.g. @code{string.lower})).")
;;https://bitbucket.org/fdik/pypeg/issues/36/test-failures-on-py35
'(#:tests? #f))
(home-page "https://fdik.org/pyPEG/")
(synopsis "Parsering Expression Grammars in Python")
(synopsis "Parsing Expression Grammars in Python")
(description "PyPEG is an intrinsic parser interpreter framework for
Python. It is based on Parsing Expression Grammars, PEG. With pyPEG you can
parse many formal languages.")