mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Adjust the author field of the .tex files to reflect that docs are now maintained by all of us
This commit is contained in:
parent
a1f8486325
commit
9ab33eada4
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue