Skip to content

Commit 1df4298

Browse files
authored
Doc: Fix spurious comma in the author metadata field (GH-32386)
Signed-off-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
1 parent 9ee2d3a commit 1df4298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139

140140
# Grouping the document tree into LaTeX files. List of tuples
141141
# (source start file, target name, title, author, document class [howto/manual]).
142-
_stdauthor = r'Guido van Rossum\\and the Python development team'
142+
_stdauthor = 'Guido van Rossum and the Python development team'
143143
latex_documents = [
144144
('c-api/index', 'c-api.tex',
145145
'The Python/C API', _stdauthor, 'manual'),

0 commit comments

Comments
 (0)