summaryrefslogtreecommitdiff
path: root/sandbox/py-rest-doc/sphinx/json.py
diff options
context:
space:
mode:
authorgbrandl <gbrandl@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-07-08 06:50:46 +0000
committergbrandl <gbrandl@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-07-08 06:50:46 +0000
commitef66fdd7dd1b83397cf9c09b2fec678c3cac3140 (patch)
tree961d70ea50f2b98c2f5cf5d71f7e6c8197044bfe /sandbox/py-rest-doc/sphinx/json.py
parentf46ef2418216c95d0764b8907d177e3a569ddc21 (diff)
downloaddocutils-ef66fdd7dd1b83397cf9c09b2fec678c3cac3140.tar.gz
Fix the HTML help formatter.
Disable highlighting if no Pygments installed. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5325 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/py-rest-doc/sphinx/json.py')
-rw-r--r--sandbox/py-rest-doc/sphinx/json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/py-rest-doc/sphinx/json.py b/sandbox/py-rest-doc/sphinx/json.py
index 045d723e3..95f09b4d0 100644
--- a/sandbox/py-rest-doc/sphinx/json.py
+++ b/sandbox/py-rest-doc/sphinx/json.py
@@ -3,7 +3,7 @@
sphinx.json
~~~~~~~~~~~
- Minimal JSON Module That Generates Small Dumps.
+ Minimal JSON module that generates small dumps.
This is not fully JSON compliant but enough for the searchindex.
And the generated files are smaller than the simplejson ones.