Skip to content

Commit 31e3bd3

Browse files
gvanrossumgvanrossum-ms
authored andcommitted
Remove GvR from '_stdauthor' in Doc/conf.py (GH-141765)
(cherry picked from commit b4344f7) Co-authored-by: Guido van Rossum <guido@python.org> Co-authored-by: Guido van Rossum <gvanrossum@microsoft.com>
1 parent 8eed63e commit 31e3bd3

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)