summaryrefslogtreecommitdiff
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-09-01 08:57:16 +0000
committerRaymond Hettinger <python@rcn.com>2010-09-01 08:57:16 +0000
commit9707fd2ec059fbd867f5ae64af49ac1ddefc4b51 (patch)
tree45dfeebc934e4fef281d839510d0c4c8e2a7a52f /Doc/conf.py
parent6b3d72c243a272eba1676c67cd6cceffb035c781 (diff)
downloadcpython-git-9707fd2ec059fbd867f5ae64af49ac1ddefc4b51.tar.gz
More descriptive title.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index b9d9ab5ac8..c7cf1ad750 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -131,7 +131,7 @@ latex_documents = [
('tutorial/index', 'tutorial.tex',
'Python Tutorial', _stdauthor, 'manual'),
('using/index', 'using.tex',
- 'Using Python', _stdauthor, 'manual'),
+ 'Python Setup', _stdauthor, 'manual'),
('whatsnew/' + version, 'whatsnew.tex',
'What\'s New in Python', 'A. M. Kuchling', 'howto'),
]