Skip to content

Commit 49e27bc

Browse files
committed
Remove GvR from '_stdauthor' in Doc/conf.py
1 parent 3149d64 commit 49e27bc

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)