diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:22:05 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:59 -0400 |
commit | 7579dff6001d7be085ef09d959ccb8a4097da4d2 (patch) | |
tree | 33b9382493540dffaafcf5af26656f30e50457ac /python/simplejson | |
parent | d954ceb38841ca2267881cd2e86564de7a8b0877 (diff) |
python/simplejson: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/simplejson')
-rw-r--r-- | python/simplejson/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/simplejson/README b/python/simplejson/README index 5352929f2d05..42532134ffd4 100644 --- a/python/simplejson/README +++ b/python/simplejson/README @@ -1,10 +1,10 @@ Simplejson is a simple, fast, complete, correct and extensible JSON -<http://json.org> encoder and decoder for Python 2.5+ and Python 3.3+. It is -pure Python code with no dependencies, but includes an optional C extension for -a serious speed boost. +<http://json.org> encoder and decoder for Python 2.5+ and Python +3.3+. It is pure Python code with no dependencies, but includes an +optional C extension for a serious speed boost. Optional dependencies: Sphinx -Note: To install python3 bindings install python3 and pass PYTHON3=yes to the -slackbuild. +Note: To install python3 bindings, pass PYTHON3=yes to the SlackBuild: + # PYTHON3="yes" ./simplejson.SlackBuild |