mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Doc: Fix spurious comma in the author metadata field (GH-32386)
Signed-off-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
This commit is contained in:
parent
9ee2d3a939
commit
1df4298b62
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ latex_elements['pointsize'] = '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\\and the Python development team'
|
_stdauthor = '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…
Add table
Add a link
Reference in a new issue