Fix typo in PDF file name

Change-Id: Idf7b5ea3ff6cb5536101ecc022fe082100590b4a
This commit is contained in:
Andrew Hutchings 2013-01-03 15:57:13 +00:00
parent ccb882ffee
commit f1f59bb694

View File

@ -190,7 +190,7 @@ htmlhelp_basename = 'LibraClent'
# (source start file, target name, title, author,
# documentclass [howto/manual]).
latex_documents = [
('index', 'pthon-libraclient-{0}.tex'.format(version), u'Libra Client Documentation',
('index', 'python-libraclient-{0}.tex'.format(version), u'Libra Client Documentation',
u'Andrew Hutchings', 'manual'),
]