From f1f59bb694304f794618967ae81cf44ea7dbc7cc Mon Sep 17 00:00:00 2001 From: Andrew Hutchings Date: Thu, 3 Jan 2013 15:57:13 +0000 Subject: [PATCH] Fix typo in PDF file name Change-Id: Idf7b5ea3ff6cb5536101ecc022fe082100590b4a --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index e0fdf30..abd5909 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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'), ]