diff mbox series

[bug#55180] gnu: Add python-arpeggio.

Message ID CAH9Ak7KAsfAWik74XVRAsdTihw=ssWHe2_Uw9B8THB4=UfRfMQ@mail.gmail.com
State Accepted
Headers show
Series [bug#55180] gnu: Add python-arpeggio. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Vincent Prat April 29, 2022, 9:10 a.m. UTC
Hello,

Thanks for pointing this out.
Here is a new patch that fixes the typos.

Cheers,
Vincent
diff mbox series

Patch

From 5c5b630b91546482a9b40d27c42bd8ee2fedc2ee Mon Sep 17 00:00:00 2001
From: Vincent Prat <vprat@deeplinks.com>
Date: Fri, 29 Apr 2022 10:53:23 +0200
Subject: [PATCH 2/2] gnu: python-arpeggio: fixed typos in the description

---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index af9244c3ea..d7a0e53424 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29612,7 +29612,7 @@  to Github via gh-pages.")
     (synopsis "Packrat parser interpreter for Python")
     (description
      "This Python library provides a recursive descent parser with backtracking
-and memoization (a.k.a. pacrat parser).  Arpeggio grammars are based on PEG
-formalism.  Arpeggio's main use is a foundation for a tool-chain for DSL
-development but it can be used for all sort of general purpose parsing.")
+and memoization (a.k.a. packrat parser).  Arpeggio grammars are based on PEG
+formalism.  Arpeggio's main use is a foundation for a toolchain for DSL
+development but it can be used for all sorts of general purpose parsing.")
     (license license:expat)))
-- 
2.30.2