summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-09 19:57:40 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-10 14:11:33 +0200
commit8ab76a89001bc65e4f08a41e55c133312c62c4f5 (patch)
tree8fa5755163a2a52a2aebd8acb54e09b950b5d1e1
parent2ecd7d64993580a4365232e46e6bd66d2324f0a0 (diff)
gnu: python-pypeg2: Fix typo in synopsis.
* gnu/packages/python-xyz.scm (python-pypeg2)[synopsis]: Fix typo.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 120154757c..30ad6b9435 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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.")