merge with 3.4

This commit is contained in:
Georg Brandl 2014-10-29 08:14:08 +01:00
commit 347c3f6e34
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ latex_font_size = '10pt'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, document class [howto/manual]).
_stdauthor = r'Guido van Rossum\\Fred L. Drake, Jr., editor'
_stdauthor = r'Guido van Rossum\\and the Python development team'
latex_documents = [
('c-api/index', 'c-api.tex',
'The Python/C API', _stdauthor, 'manual'),