PEP8 fix docs/conf.py:91:1: E122 continuation line missing indentation or outdented
This commit is contained in:
parent
2c543d276d
commit
65a5fe10d5
|
@ -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),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue