mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: python-pypeg2: Fix typo in synopsis.
* gnu/packages/python-xyz.scm (python-pypeg2)[synopsis]: Fix typo.
This commit is contained in:
parent
2ecd7d6499
commit
8ab76a8900
1 changed files with 1 additions and 1 deletions
|
@ -15635,7 +15635,7 @@ (define-public python-pypeg2
|
|||
;;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.")
|
||||
|
|
Loading…
Reference in a new issue