More inclusive title.

This commit is contained in:
Georg Brandl 2010-09-03 22:33:27 +00:00
parent 01669309d3
commit 8d58216050
3 changed files with 5 additions and 5 deletions

View file

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