]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
PEP8 fix docs/conf.py:91:1: E122 continuation line missing indentation or outdented 1560/head
authorLuis San Martin <lsanmartinr@gmail.com>
Tue, 20 Oct 2015 15:28:52 +0000 (12:28 -0300)
committerLuis San Martin <lsanmartinr@gmail.com>
Tue, 20 Oct 2015 15:28:52 +0000 (12:28 -0300)
docs/conf.py

index 6681ea5994dfcb03a24a35e5c3804475b554c7cc..1fbfa6805aebf01fbdf52842bda089322bebbb33 100644 (file)
@@ -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),
     }