Fix style-check violations

This commit is contained in:
Takeshi KOMIYA
2016-11-23 14:35:58 +09:00
parent 98f7818101
commit cec5c39d84
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -1,14 +1,14 @@
# -*- coding: utf-8 -*-
"""# -*- coding: utf-8 -*- """
sphinx.search.jssplitter sphinx.search.jssplitter
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
Provides Python compatible word splitter to JavaScript Provides Python compatible word splitter to JavaScript
DO NOT EDIT. This is generated by utils/jssplitter_generator.py
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details. :license: BSD, see LICENSE for details.
DO NOT EDIT. This is generated by utils/jssplitter_generator.py
""" """
splitter_code = """ splitter_code = """
+4 -4
View File
@@ -113,17 +113,17 @@ console.log(' ... ok\\n')
''' % js_src ''' % js_src
python_src = ''' python_src = '''# -*- coding: utf-8 -*-
"""# -*- coding: utf-8 -*- """
sphinx.search.jssplitter sphinx.search.jssplitter
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
Provides Python compatible word splitter to JavaScript Provides Python compatible word splitter to JavaScript
DO NOT EDIT. This is generated by utils/jssplitter_generator.py
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details. :license: BSD, see LICENSE for details.
DO NOT EDIT. This is generated by utils/jssplitter_generator.py
""" """
splitter_code = """ splitter_code = """