summaryrefslogtreecommitdiff
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-09-03 22:33:27 +0000
committerGeorg Brandl <georg@python.org>2010-09-03 22:33:27 +0000
commit719082c68c2e174866bf4a724ccb6b3a2ca1515a (patch)
tree48acbed86ca5713ea2f1c212e8c3d0a6fc3bb440 /Doc/conf.py
parent64736d73dcbfbaf98dd3d440e09d333bb70acd68 (diff)
downloadcpython-719082c68c2e174866bf4a724ccb6b3a2ca1515a.tar.gz
More inclusive 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 c7cf1ad750..0f8e606d26 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',
- 'Python Setup', _stdauthor, 'manual'),
+ 'Python Setup and Usage', _stdauthor, 'manual'),
('whatsnew/' + version, 'whatsnew.tex',
'What\'s New in Python', 'A. M. Kuchling', 'howto'),
]