https://github.com/python/cpython/commit/b4344f7020f066e83a113e0d4f9343cec4e56a1e
commit: b4344f7020f066e83a113e0d4f9343cec4e56a1e
branch: main
author: Guido van Rossum <[email protected]>
committer: hugovk <[email protected]>
date: 2025-11-19T22:30:01+02:00
summary:

Remove GvR from '_stdauthor' in Doc/conf.py (#141765)

Co-authored-by: Guido van Rossum <[email protected]>

files:
M Doc/conf.py

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'),
     (

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to