summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-09-01 22:52:25 (GMT)
committerRaymond Hettinger <python@rcn.com>2010-09-01 22:52:25 (GMT)
commit2f6bd27a7e74200c2b85e1db4d1fcb0322efae67 (patch)
treebbdbd9ba46412c9e8585aec7e2ecb9857e2f3628 /Doc/conf.py
parentbd204de4546a3749d6df1b7f4bef8a7c7ccd813d (diff)
downloadcpython-2f6bd27a7e74200c2b85e1db4d1fcb0322efae67.zip
cpython-2f6bd27a7e74200c2b85e1db4d1fcb0322efae67.tar.gz
cpython-2f6bd27a7e74200c2b85e1db4d1fcb0322efae67.tar.bz2
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 e2b0ce0..9603b4b 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -128,7 +128,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'),
]