diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 07:14:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 07:14:08 (GMT) |
commit | 347c3f6e346bf861b881d96f35feb5434ab8de92 (patch) | |
tree | 613e481b1ffc3cc45b69c1ba05f133fd34bc9b32 | |
parent | 76c49a2fb9e48439dc5094be06462bea74ead538 (diff) | |
parent | 9ab33eada45da791443b1b08cbfd82afc7147f3b (diff) | |
download | cpython-347c3f6e346bf861b881d96f35feb5434ab8de92.zip cpython-347c3f6e346bf861b881d96f35feb5434ab8de92.tar.gz cpython-347c3f6e346bf861b881d96f35feb5434ab8de92.tar.bz2 |
merge with 3.4
-rw-r--r-- | Doc/conf.py | 2 |
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'), |