From: Luis San Martin Date: Tue, 20 Oct 2015 15:28:52 +0000 (-0300) Subject: PEP8 fix docs/conf.py:91:1: E122 continuation line missing indentation or outdented X-Git-Tag: v4.3.0b2~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1560%2Fhead;p=thirdparty%2Ftornado.git PEP8 fix docs/conf.py:91:1: E122 continuation line missing indentation or outdented --- diff --git a/docs/conf.py b/docs/conf.py index 6681ea599..1fbfa6805 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), }