diff --git a/docs/conf.py b/docs/conf.py index 93ebaec8c..ccc36c4cd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -182,7 +182,7 @@ # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'pythonguide.tex', u'Pythong Guide Documentation', + ('index', 'pythonguide.tex', u'Python Guide Documentation', u'Kenneth Reitz', 'manual'), ]