Fixing typo in LaTeX source

This commit is contained in:
Stephan Hügel
2011-12-30 15:18:40 +00:00
parent 309f4d9c7f
commit 1db52a5891
+1 -1
View File
@@ -182,7 +182,7 @@ htmlhelp_basename = 'pythonguidedoc'
# 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'),
]