summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-02-24 11:29:43 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-02-24 11:29:43 +0100
commit072e46c640ca86b12043b40eb88d2481863bf7f8 (patch)
treed68313d94dcac3d94f3c7ea76b16c77fa65cd46a /docs/conf.py
parentc783b3bb2ce8fe51a91430ee31adf1133abf4361 (diff)
downloadpep8-072e46c640ca86b12043b40eb88d2481863bf7f8.tar.gz
minor change in docs/conf.py
Diffstat (limited to 'docs/conf.py')
-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'),
]