merge with 3.4
This commit is contained in:
commit
347c3f6e34
|
@ -90,7 +90,7 @@ latex_font_size = '10pt'
|
||||||
|
|
||||||
# Grouping the document tree into LaTeX files. List of tuples
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
# (source start file, target name, title, author, document class [howto/manual]).
|
# (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 = [
|
latex_documents = [
|
||||||
('c-api/index', 'c-api.tex',
|
('c-api/index', 'c-api.tex',
|
||||||
'The Python/C API', _stdauthor, 'manual'),
|
'The Python/C API', _stdauthor, 'manual'),
|
||||||
|
|
Loading…
Reference in New Issue