summaryrefslogtreecommitdiff
path: root/sphinx/builders/manpage.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-03-08 16:24:24 +0100
committerGeorg Brandl <georg@python.org>2015-03-08 16:24:24 +0100
commit8bc5823724e58bc75d165adc77fb78525d0256f2 (patch)
treeeb20731072fee6b59f77395cd8b2d9b6946a1949 /sphinx/builders/manpage.py
parente97210e5206f291765591d1fc7b05c77ffd1bc30 (diff)
downloadsphinx-git-8bc5823724e58bc75d165adc77fb78525d0256f2.tar.gz
builders: pep8 fixes
Diffstat (limited to 'sphinx/builders/manpage.py')
-rw-r--r--sphinx/builders/manpage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/manpage.py b/sphinx/builders/manpage.py
index 0745f6e60..0176621f5 100644
--- a/sphinx/builders/manpage.py
+++ b/sphinx/builders/manpage.py
@@ -37,7 +37,7 @@ class ManualPageBuilder(Builder):
'will be written')
def get_outdated_docs(self):
- return 'all manpages' # for now
+ return 'all manpages' # for now
def get_target_uri(self, docname, typ=None):
if typ == 'token':