From b6266559a7da6b8f5e57fb18f34d6c54faf1c629 Mon Sep 17 00:00:00 2001 From: Ray Chen Date: Fri, 24 Aug 2012 19:21:55 +0800 Subject: [PATCH] PEP8 issues fixed Fix some pep8 problems in doc/source/conf.py and make the code more pretty. Change-Id: Iff1333441b67addb38533ba061aa89f59533fdb2 --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index ecf711e4646..ee6414c71d6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -218,8 +218,8 @@ htmlhelp_basename = 'quantumdoc' # (source start file, target name, title, author, # documentclass [howto/manual]). latex_documents = [ - ('index', 'Quantum.tex', u'Quantum Documentation', - u'Quantum development team', 'manual'), + ('index', 'Quantum.tex', u'Quantum Documentation', + u'Quantum development team', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of