From dcca6cd96c46bff0695e3e5b28782f7d3038d39f Mon Sep 17 00:00:00 2001 From: Ray Chen Date: Thu, 23 Aug 2012 12:24:09 +0800 Subject: [PATCH] PEP8 fix in conf.py Fix PEP8 issues in doc/source/conf.py. Change-Id: Ia35ad77af3c74ffd4c67bc6eef662b038937fdad --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index f92d168ac8..67a16bb838 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -143,7 +143,7 @@ [u'OpenStack'], 1), ('man/glancescrubber', 'glance-scrubber', u'Glance Scrubber Service', [u'OpenStack'], 1) - ] +] # -- Options for HTML output ------------------------------------------------- @@ -235,8 +235,8 @@ # (source start file, target name, title, author, # documentclass [howto/manual]). latex_documents = [ - ('index', 'Glance.tex', u'Glance Documentation', - u'Glance Team', 'manual'), + ('index', 'Glance.tex', u'Glance Documentation', + u'Glance Team', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of