From b289fcf1bfeaa717ed465b2529a275b61dc02d92 Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Sun, 20 Oct 2013 00:33:10 +0100 Subject: Fixed #21288 -- Fixed E126 pep8 warnings --- docs/_ext/applyxrefs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_ext') diff --git a/docs/_ext/applyxrefs.py b/docs/_ext/applyxrefs.py index 7181480e0f..cf5c3ac750 100644 --- a/docs/_ext/applyxrefs.py +++ b/docs/_ext/applyxrefs.py @@ -6,8 +6,8 @@ import os testing = False DONT_TOUCH = ( - './index.txt', - ) + './index.txt', +) def target_name(fn): if fn.endswith('.txt'): -- cgit v1.3