Skip to content

Commit 1db52a5

Browse files
committed
Fixing typo in LaTeX source
1 parent 309f4d9 commit 1db52a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
# Grouping the document tree into LaTeX files. List of tuples
183183
# (source start file, target name, title, author, documentclass [howto/manual]).
184184
latex_documents = [
185-
('index', 'pythonguide.tex', u'Pythong Guide Documentation',
185+
('index', 'pythonguide.tex', u'Python Guide Documentation',
186186
u'Kenneth Reitz', 'manual'),
187187
]
188188

0 commit comments

Comments
 (0)