diff options
Diffstat (limited to 'sphinx/util/jsdump.py')
-rw-r--r-- | sphinx/util/jsdump.py | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sphinx/util/jsdump.py b/sphinx/util/jsdump.py index 7db70dd5c..ed5aea4ba 100644 --- a/sphinx/util/jsdump.py +++ b/sphinx/util/jsdump.py @@ -1,12 +1,6 @@ -""" - sphinx.util.jsdump - ~~~~~~~~~~~~~~~~~~ - - This module implements a simple JavaScript serializer. - Uses the basestring encode function from simplejson by Bob Ippolito. +"""This module implements a simple JavaScript serializer. - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. +Uses the basestring encode function from simplejson by Bob Ippolito. """ import re |