Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-17 13:15:00 +0300
committerGitHub <noreply@github.com>2018-12-17 13:15:00 +0300
commitd8b69c7f98c1dade6ae1e6b1ddb35d323cf177cd (patch)
tree67117d9c77c499f34903b0ace09c2b04c5da8ad0 /sphinx/ext/graphviz.py
parent08c88729dd5af26c1b65d8cdfe52a105046be2d9 (diff)
parentbade33c7e490655c3f5b46d374129294f70449aa (diff)
Merge pull request #5819 from jdufresne/coding-comment
Remove unnecessary encoding cookie from Python source files
Diffstat (limited to 'sphinx/ext/graphviz.py')
-rw-r--r--sphinx/ext/graphviz.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/ext/graphviz.py b/sphinx/ext/graphviz.py
index e6e380594..eee76d46b 100644
--- a/sphinx/ext/graphviz.py
+++ b/sphinx/ext/graphviz.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
sphinx.ext.graphviz
~~~~~~~~~~~~~~~~~~~