From bc057e7f1efd820b815a2b3f226671b1fd165c0a Mon Sep 17 00:00:00 2001 From: "C.A.M. Gerlach" Date: Wed, 6 Apr 2022 18:31:30 -0500 Subject: [PATCH] Doc: Fix spurious comma in the author metadata field Signed-off-by: C.A.M. Gerlach --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index 1aadd961b6ef0f..e539da539e6551 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -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'),