From dfb4cb9970f86487f0aaa88c5dfcfafa31e4f430 Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Thu, 17 Oct 2013 23:27:45 +0100 Subject: Fixed #21285 -- Fixed E121,E122 pep8 warnings --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index b9e60d0bde..003d89ef24 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -226,8 +226,8 @@ latex_elements = { # (source start file, target name, title, author, document class [howto/manual]). #latex_documents = [] latex_documents = [ - ('contents', 'django.tex', 'Django Documentation', - 'Django Software Foundation', 'manual'), + ('contents', 'django.tex', 'Django Documentation', + 'Django Software Foundation', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of -- cgit v1.3