]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Fix spurious comma in the author metadata field (GH-32386)
authorCAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Thu, 7 Apr 2022 18:27:14 +0000 (13:27 -0500)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 18:27:14 +0000 (14:27 -0400)
Signed-off-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Doc/conf.py

index 1aadd961b6ef0fb9d8a087b7e6d27a41943c1bb6..e539da539e6551cbea938c00718c930a8f7317e2 100644 (file)
@@ -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'),