Fix author mismatch in the documentation (#726)

This commit is contained in:
Jeff
2018-03-27 16:03:45 +08:00
committed by Lonami
parent 1c9dc8dc63
commit 08d71f69ee
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'Telethon.tex', 'Telethon Documentation',
'Jeff', 'manual'),
author, 'manual'),
]