summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 07:14:04 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-29 07:14:04 (GMT)
commit9ab33eada45da791443b1b08cbfd82afc7147f3b (patch)
tree8891bddcad769d1f81a0e08529c16cb3d39ae363 /Doc
parenta1f84863252e937b3f93a65d8f5686ba3322bb7d (diff)
downloadcpython-9ab33eada45da791443b1b08cbfd82afc7147f3b.zip
cpython-9ab33eada45da791443b1b08cbfd82afc7147f3b.tar.gz
cpython-9ab33eada45da791443b1b08cbfd82afc7147f3b.tar.bz2
Adjust the author field of the .tex files to reflect that docs are now maintained by all of us
Diffstat (limited to 'Doc')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 84458ff..6e4988e 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -90,7 +90,7 @@ latex_font_size = '10pt'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, document class [howto/manual]).
-_stdauthor = r'Guido van Rossum\\Fred L. Drake, Jr., editor'
+_stdauthor = r'Guido van Rossum\\and the Python development team'
latex_documents = [
('c-api/index', 'c-api.tex',
'The Python/C API', _stdauthor, 'manual'),