From 5c5b630b91546482a9b40d27c42bd8ee2fedc2ee Mon Sep 17 00:00:00 2001 From: Vincent Prat 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