Skip to content

Commit

Permalink
Doc: Fix spurious comma in the author metadata field (GH-32386)
Browse files Browse the repository at this point in the history
Signed-off-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
  • Loading branch information
CAM-Gerlach authored Apr 7, 2022
1 parent 9ee2d3a commit 1df4298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@

# 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\\and the Python development team'
_stdauthor = 'Guido van Rossum and the Python development team'
latex_documents = [
('c-api/index', 'c-api.tex',
'The Python/C API', _stdauthor, 'manual'),
Expand Down

0 comments on commit 1df4298

Please sign in to comment.