diff options
author | Robert Lehmann <mail@robertlehmann.de> | 2013-01-02 17:45:33 +0100 |
---|---|---|
committer | Robert Lehmann <mail@robertlehmann.de> | 2013-01-02 17:45:33 +0100 |
commit | 0725cb608a9ca6de67d3e681acb51507c300936e (patch) | |
tree | e34d12e2493e12a7c68e3b43040bb2c664e6e8d3 /sphinx/util/jsdump.py | |
parent | ebc953d15cf1ea583e1b79399fb074ad26f7c6ce (diff) | |
parent | 151856819c212229f6f58a8a2cbf9223a4191f94 (diff) | |
download | sphinx-git-0725cb608a9ca6de67d3e681acb51507c300936e.tar.gz |
merge with birkenfeld/sphinx
Diffstat (limited to 'sphinx/util/jsdump.py')
-rw-r--r-- | sphinx/util/jsdump.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/jsdump.py b/sphinx/util/jsdump.py index 191e24191..51fe73380 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-2011 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |