Skip to content

Commit 2ebe685

Browse files
miss-islingtongvanrossumgvanrossum-ms
authored
[3.13] Remove GvR from '_stdauthor' in Doc/conf.py (GH-141765) (#141768)
Co-authored-by: Guido van Rossum <guido@python.org> Co-authored-by: Guido van Rossum <gvanrossum@microsoft.com>
1 parent 49ac2bb commit 2ebe685

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
@@ -362,7 +362,7 @@
362362

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

0 commit comments

Comments
 (0)