Skip to content

Commit f6552d2

Browse files
miss-islingtongvanrossumgvanrossum-ms
authored
[3.14] Remove GvR from '_stdauthor' in Doc/conf.py (GH-141765) (#141767)
Co-authored-by: Guido van Rossum <[email protected]> Co-authored-by: Guido van Rossum <[email protected]>
1 parent 8eed63e commit f6552d2

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)