Skip to content

Commit b4344f7

Browse files
Remove GvR from '_stdauthor' in Doc/conf.py (#141765)
Co-authored-by: Guido van Rossum <[email protected]>
1 parent fbc31d1 commit b4344f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361

362362
# Grouping the document tree into LaTeX files. List of tuples
363363
# (source start file, target name, title, author, document class [howto/manual]).
364-
_stdauthor = 'Guido van Rossum and the Python development team'
364+
_stdauthor = 'The Python development team'
365365
latex_documents = [
366366
('c-api/index', 'c-api.tex', 'The Python/C API', _stdauthor, 'manual'),
367367
(

0 commit comments

Comments
 (0)