summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8521127..cd288cc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -235,8 +235,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'pep8', u'pep8 documentation',
- u'Florent Xicluna', 'pep8', 'One line description of project.',
+ ('index', 'pep8', u'pep8 documentation', u'Florent Xicluna',
+ 'pep8', 'One line description of project.',
'Miscellaneous'),
]