summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackware.com>2010-03-21 01:54:05 -0500
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 14:10:25 +0200
commit79a1d2944524f22d13d0da2d3161e380cf10f14d (patch)
tree7d9f192fa89396e688aa80d8762e012b9b7849d6 /libraries
parent3d2712aa125543856fe257a3c635ef2f469d0a4e (diff)
downloadslackbuilds-79a1d2944524f22d13d0da2d3161e380cf10f14d.tar.gz
slackbuilds-79a1d2944524f22d13d0da2d3161e380cf10f14d.tar.xz
libraries/simplejson: Nitpicking README file.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/simplejson/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/libraries/simplejson/README b/libraries/simplejson/README
index 42d514dffb..b8737dfcde 100644
--- a/libraries/simplejson/README
+++ b/libraries/simplejson/README
@@ -1,6 +1,5 @@
-simplejson is a simple, fast, complete, correct and extensible
-JSON <http://json.org> encoder and decoder for Python 2.4+.
-It is pure Python code, but includes an optional C extension
-for a serious speed boost.
+simplejson is a simple, fast, complete, correct and extensible JSON
+encoder and decoder for Python. It is pure Python code but includes
+an optional C extension for a serious speed boost.
-Requires pysetuptools. \ No newline at end of file
+This requires pysetuptools.