diff options
author | Georg Brandl <georg@python.org> | 2010-08-22 11:36:08 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-22 11:36:08 +0200 |
commit | 630791c42c29c68a3cee4d722152886d70ddeff5 (patch) | |
tree | 8a31a3695744a106791724453db559985f874c8e /sphinx/builders/devhelp.py | |
parent | 2e47414658555310a677f662a98711a013c15f2f (diff) | |
download | sphinx-git-630791c42c29c68a3cee4d722152886d70ddeff5.tar.gz |
Docstring harmonization.
Diffstat (limited to 'sphinx/builders/devhelp.py')
-rw-r--r-- | sphinx/builders/devhelp.py | 1 |
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' |