summaryrefslogtreecommitdiff
path: root/sphinx/util/jsdump.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-01 14:09:13 +0100
committerGeorg Brandl <georg@python.org>2010-01-01 14:09:13 +0100
commitd79e012aaecfb68ee5e09ce6a1c3971d5d605847 (patch)
treed457a00a87cc94e2e1981630c905e2e4dcb53a84 /sphinx/util/jsdump.py
parentb30efd8a9304fa4f8076a703eff343f966dbe2c9 (diff)
downloadsphinx-d79e012aaecfb68ee5e09ce6a1c3971d5d605847.tar.gz
Happy new year!
Diffstat (limited to 'sphinx/util/jsdump.py')
-rw-r--r--sphinx/util/jsdump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/jsdump.py b/sphinx/util/jsdump.py
index 8c760b68..e357128c 100644
--- a/sphinx/util/jsdump.py
+++ b/sphinx/util/jsdump.py
@@ -6,7 +6,7 @@
This module implements a simple JavaScript serializer.
Uses the basestring encode function from simplejson by Bob Ippolito.
- :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""