guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

43/52: gnu: python-pypeg2: Fix typo in synopsis.


From: guix-commits
Subject: 43/52: gnu: python-pypeg2: Fix typo in synopsis.
Date: Sat, 10 Apr 2021 08:15:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8ab76a89001bc65e4f08a41e55c133312c62c4f5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 9 19:57:40 2021 +0200

    gnu: python-pypeg2: Fix typo in synopsis.
    
    * gnu/packages/python-xyz.scm (python-pypeg2)[synopsis]: Fix typo.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1201547..30ad6b9 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]