diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:12:57 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:54 -0400 |
commit | 48b12dab1d1ffdb0473f42725c0338cb40d753fa (patch) | |
tree | 14c0d854064a3126a64a43e67cbda16f0e208357 /python/dukpy | |
parent | e00c77164cdb42374d66f56fae2fc9f10c3ec89c (diff) | |
download | slackbuilds-48b12dab1d1ffdb0473f42725c0338cb40d753fa.tar.gz |
python/dukpy: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/dukpy')
-rw-r--r-- | python/dukpy/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/dukpy/README b/python/dukpy/README index b6902b586b..e9c4194ffe 100644 --- a/python/dukpy/README +++ b/python/dukpy/README @@ -1,3 +1,3 @@ -dukpy is a JavaScript runtime environment for Python (tested with python 2.7 and ->= 3.4) using the duktape embeddable JavaScript engine. With dukpy, you can run -JavaScript in Python. +dukpy is a JavaScript runtime environment for Python (tested with +python 2.7 and >= 3.4) using the duktape embeddable JavaScript +engine. With dukpy, you can run JavaScript in Python. |