Fix style-check violations

This commit is contained in:
Takeshi KOMIYA
2016-11-23 23:07:38 +09:00
parent cacfa68e74
commit e4adcdff62
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
~~~~~~~~~~~~~~~~~~~~~~~~
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.
:license: BSD, see LICENSE for details.
DO NOT EDIT. This is generated by utils/jssplitter_generator.py
"""
splitter_code = """
+4 -4
View File
@@ -113,17 +113,17 @@ console.log(' ... ok\\n')
''' % js_src
python_src = '''
"""# -*- coding: utf-8 -*-
python_src = '''# -*- coding: utf-8 -*-
"""
sphinx.search.jssplitter
~~~~~~~~~~~~~~~~~~~~~~~~
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.
:license: BSD, see LICENSE for details.
DO NOT EDIT. This is generated by utils/jssplitter_generator.py
"""
splitter_code = """