More descriptive title.

This commit is contained in:
Raymond Hettinger 2010-09-01 08:57:16 +00:00
parent 6b3d72c243
commit 9707fd2ec0
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ latex_documents = [
('tutorial/index', 'tutorial.tex', ('tutorial/index', 'tutorial.tex',
'Python Tutorial', _stdauthor, 'manual'), 'Python Tutorial', _stdauthor, 'manual'),
('using/index', 'using.tex', ('using/index', 'using.tex',
'Using Python', _stdauthor, 'manual'), 'Python Setup', _stdauthor, 'manual'),
('whatsnew/' + version, 'whatsnew.tex', ('whatsnew/' + version, 'whatsnew.tex',
'What\'s New in Python', 'A. M. Kuchling', 'howto'), 'What\'s New in Python', 'A. M. Kuchling', 'howto'),
] ]

View File

@ -1,7 +1,7 @@
.. _using-index: .. _using-index:
################ ################
Using Python Python Setup
################ ################