]> granicus.if.org Git - python/commitdiff
Adjust the author field of the .tex files to reflect that docs are now maintained...
authorGeorg Brandl <georg@python.org>
Wed, 29 Oct 2014 07:14:04 +0000 (08:14 +0100)
committerGeorg Brandl <georg@python.org>
Wed, 29 Oct 2014 07:14:04 +0000 (08:14 +0100)
Doc/conf.py

index ca42f93f7195820b682abaf5aceb960c2ce5ae0a..f036f82d8aca37e113caa569e0649ccc8df0907d 100644 (file)
@@ -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'),