From 74203411e3e30b7e475c8a925cdec8672177812a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 11 Nov 2016 17:11:03 -0500 Subject: [PATCH] libraries/pyPEG2: Update README. --- libraries/pyPEG2/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/pyPEG2/README b/libraries/pyPEG2/README index 1439324977..b7e13eb262 100644 --- a/libraries/pyPEG2/README +++ b/libraries/pyPEG2/README @@ -1,5 +1,5 @@ pyPEG2 (plain and simple intrinsic parser interpreter for Python) -pyPEG2 is a plain and simple intrinsic parser interpreter framework for Python version 2.7 and 3.x. -It is based on Parsing Expression Grammar (PEG). -With pyPEG you can parse many formal languages in a very easy way. +pyPEG2 is a plain and simple intrinsic parser interpreter framework for +Python version 2.7 and 3.x. It is based on Parsing Expression Grammar +(PEG). With pyPEG you can parse many formal languages in a very easy way.