summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorCAM Gerlach <CAM.Gerlach@Gerlach.CAM>2022-04-07 18:27:14 (GMT)
committerGitHub <noreply@github.com>2022-04-07 18:27:14 (GMT)
commit1df4298b62fcc124ba9de861f8dc8239ad72cde2 (patch)
treeb92105ab7b9f499e83cbdcb5f3c045f9021ccb97 /Doc/conf.py
parent9ee2d3a93914776d15ac5cc7c44bb3aaca3e0fe5 (diff)
downloadcpython-1df4298b62fcc124ba9de861f8dc8239ad72cde2.zip
cpython-1df4298b62fcc124ba9de861f8dc8239ad72cde2.tar.gz
cpython-1df4298b62fcc124ba9de861f8dc8239ad72cde2.tar.bz2
Doc: Fix spurious comma in the author metadata field (GH-32386)
Signed-off-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 1aadd96..e539da5 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -139,7 +139,7 @@ latex_elements['pointsize'] = '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\\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'),