From 1db52a589146b1f9a62a65f5cad78b89caa7a621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Fri, 30 Dec 2011 15:18:40 +0000 Subject: [PATCH] Fixing typo in LaTeX source --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ]