summaryrefslogtreecommitdiffstats
path: root/python/phply
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:06:02 +0100
committer B. Watson2022-03-17 17:37:55 +0100
commit3970ce1283a5ac694ef744096d58eb7ba42e7995 (patch)
treec3756c3f6d94fa14c234052f7f63c9f717fc0d01 /python/phply
parentd04fd5a362420a5352e8573319d8404cf4118029 (diff)
downloadslackbuilds-3970ce1283a5ac694ef744096d58eb7ba42e7995.tar.gz
python/phply: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/phply')
-rw-r--r--python/phply/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/python/phply/README b/python/phply/README
index d500d137a4..7ec485a8f8 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.