diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-12-17 19:15:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 19:15:00 +0900 |
commit | d8b69c7f98c1dade6ae1e6b1ddb35d323cf177cd (patch) | |
tree | 67117d9c77c499f34903b0ace09c2b04c5da8ad0 /sphinx/builders/htmlhelp.py | |
parent | 08c88729dd5af26c1b65d8cdfe52a105046be2d9 (diff) | |
parent | bade33c7e490655c3f5b46d374129294f70449aa (diff) | |
download | sphinx-git-d8b69c7f98c1dade6ae1e6b1ddb35d323cf177cd.tar.gz |
Merge pull request #5819 from jdufresne/coding-comment
Remove unnecessary encoding cookie from Python source files
Diffstat (limited to 'sphinx/builders/htmlhelp.py')
-rw-r--r-- | sphinx/builders/htmlhelp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/builders/htmlhelp.py b/sphinx/builders/htmlhelp.py index 9efc75c20..4a9c7e36b 100644 --- a/sphinx/builders/htmlhelp.py +++ b/sphinx/builders/htmlhelp.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ sphinx.builders.htmlhelp ~~~~~~~~~~~~~~~~~~~~~~~~ |