diff options
| author | Georg Brandl <georg@python.org> | 2015-03-08 17:03:00 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2015-03-08 17:03:00 +0100 |
| commit | b5c2279e05b3f18b660b29c8bd0989fbb8a1582a (patch) | |
| tree | bf4f1390758c6e807e7d816fe1f869a6ce7b7ea2 /sphinx/ext/ifconfig.py | |
| parent | ba9dcaac5120f58c3cc0bc455b4beceab3a4abd9 (diff) | |
| download | sphinx-git-b5c2279e05b3f18b660b29c8bd0989fbb8a1582a.tar.gz | |
ext: pep8 fixes
Diffstat (limited to 'sphinx/ext/ifconfig.py')
| -rw-r--r-- | sphinx/ext/ifconfig.py | 3 |
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): |
