From 7ebb81c0f64a866bb55176462a6147363ee352c5 Mon Sep 17 00:00:00 2001 From: Ray Chen Date: Wed, 22 Aug 2012 12:20:30 +0800 Subject: [PATCH] Fix PEP8 issues. Fix a PEP8 issues in doc/source/conf.py to make the code pretty. Change-Id: I71d36ebb59d44ba145ca13e4f4827139f0466d78 --- 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 8f99eed00b..e6a43b0899 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -207,8 +207,8 @@ htmlhelp_basename = 'swiftdoc' # (source start file, target name, title, author, documentclass # [howto/manual]). latex_documents = [ - ('index', 'Swift.tex', u'Swift Documentation', - u'Swift Team', 'manual'), + ('index', 'Swift.tex', u'Swift Documentation', + u'Swift Team', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of