From 65a5fe10d509d3152d1222446ead6f132630597f Mon Sep 17 00:00:00 2001 From: Luis San Martin Date: Tue, 20 Oct 2015 12:28:52 -0300 Subject: [PATCH] PEP8 fix docs/conf.py:91:1: E122 continuation line missing indentation or outdented --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6681ea59..1fbfa680 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,7 +88,7 @@ latex_documents = [ # this link must be referenced as :current_tarball:`z` extlinks = { 'current_tarball': ( -'https://pypi.python.org/packages/source/t/tornado/tornado-%s.tar.g%%s' % version, + 'https://pypi.python.org/packages/source/t/tornado/tornado-%s.tar.g%%s' % version, 'tornado-%s.tar.g' % version), }