From 3970ce1283a5ac694ef744096d58eb7ba42e7995 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 11:06:02 -0400 Subject: python/phply: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/phply/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'python/phply') diff --git a/python/phply/README b/python/phply/README index d500d137a42b..7ec485a8f8eb 100644 --- a/python/phply/README +++ b/python/phply/README @@ -1,9 +1,10 @@ -phply is a parser for the PHP programming language written using PLY, a -Lex/YACC-style parser generator toolkit for Python. +phply is a parser for the PHP programming language written using PLY, +a Lex/YACC-style parser generator toolkit for Python. See README.Slackware for some usage notes. A Note on Dependencies: -The python library simplejson is an optional dependency. phply ships with a -script php2json.py in /usr/doc/phply-$VERSION/tools that requires it. +The python library simplejson is an optional dependency. phply ships +with a script php2json.py in /usr/doc/phply-$VERSION/tools that +requires it. -- cgit v1.2.3