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:
authorGeorg Brandl <georg@python.org>2015-03-08 19:03:00 +0300
committerGeorg Brandl <georg@python.org>2015-03-08 19:03:00 +0300
commitb5c2279e05b3f18b660b29c8bd0989fbb8a1582a (patch)
treebf4f1390758c6e807e7d816fe1f869a6ce7b7ea2 /sphinx/ext/ifconfig.py
parentba9dcaac5120f58c3cc0bc455b4beceab3a4abd9 (diff)
ext: pep8 fixes
Diffstat (limited to 'sphinx/ext/ifconfig.py')
-rw-r--r--sphinx/ext/ifconfig.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/ext/ifconfig.py b/sphinx/ext/ifconfig.py
index 47973ecc4..e65943769 100644
--- a/sphinx/ext/ifconfig.py
+++ b/sphinx/ext/ifconfig.py
@@ -27,7 +27,8 @@ from sphinx.util.nodes import set_source_info
from sphinx.util.compat import Directive
-class ifconfig(nodes.Element): pass
+class ifconfig(nodes.Element):
+ pass
class IfConfig(Directive):