From 49e27bc55f963a09e1564dbbddae2e42a9217caf Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 19 Nov 2025 11:19:22 -0800 Subject: [PATCH] Remove GvR from '_stdauthor' in Doc/conf.py --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index 0f1412d1007dc2..a4275835059efa 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -361,7 +361,7 @@ # 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'), (