]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Remove GvR from '_stdauthor' in Doc/conf.py (GH-141765) (#141768)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Nov 2025 20:36:32 +0000 (21:36 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Nov 2025 20:36:32 +0000 (20:36 +0000)
Co-authored-by: Guido van Rossum <guido@python.org>
Co-authored-by: Guido van Rossum <gvanrossum@microsoft.com>
Doc/conf.py

index 611e0dac7f945b703aff775475ed54881c7fbd94..5418d29b6a6cd380cd29937f38c4b96eec77aded 100644 (file)
@@ -362,7 +362,7 @@ latex_elements = {
 
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, document class [howto/manual]).
-_stdauthor = 'Guido van Rossum and the Python development team'
+_stdauthor = 'The Python development team'
 latex_documents = [
     ('c-api/index', 'c-api.tex', 'The Python/C API', _stdauthor, 'manual'),
     (