From 79a1d2944524f22d13d0da2d3161e380cf10f14d Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 21 Mar 2010 01:54:05 -0500 Subject: libraries/simplejson: Nitpicking README file. --- libraries/simplejson/README | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'libraries/simplejson/README') 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 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. -- cgit v1.2.3