diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:06:02 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:55 -0400 |
commit | 3970ce1283a5ac694ef744096d58eb7ba42e7995 (patch) | |
tree | c3756c3f6d94fa14c234052f7f63c9f717fc0d01 | |
parent | d04fd5a362420a5352e8573319d8404cf4118029 (diff) |
python/phply: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/phply/README | 9 |
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. |