summaryrefslogtreecommitdiff
path: root/sphinx/builders/devhelp.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-22 11:36:08 +0200
committerGeorg Brandl <georg@python.org>2010-08-22 11:36:08 +0200
commit630791c42c29c68a3cee4d722152886d70ddeff5 (patch)
tree8a31a3695744a106791724453db559985f874c8e /sphinx/builders/devhelp.py
parent2e47414658555310a677f662a98711a013c15f2f (diff)
downloadsphinx-git-630791c42c29c68a3cee4d722152886d70ddeff5.tar.gz
Docstring harmonization.
Diffstat (limited to 'sphinx/builders/devhelp.py')
-rw-r--r--sphinx/builders/devhelp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/builders/devhelp.py b/sphinx/builders/devhelp.py
index a5a0f280a..d43cd624b 100644
--- a/sphinx/builders/devhelp.py
+++ b/sphinx/builders/devhelp.py
@@ -42,7 +42,6 @@ except ImportError:
class DevhelpBuilder(StandaloneHTMLBuilder):
"""
Builder that also outputs GNOME Devhelp file.
-
"""
name = 'devhelp'