aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 11:06:02 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:37:55 -0400
commit3970ce1283a5ac694ef744096d58eb7ba42e7995 (patch)
treec3756c3f6d94fa14c234052f7f63c9f717fc0d01 /python
parentd04fd5a362420a5352e8573319d8404cf4118029 (diff)
downloadslackbuilds-3970ce1283a5ac694ef744096d58eb7ba42e7995.tar.xz
python/phply: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/phply/README9
1 files changed, 5 insertions, 4 deletions
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.