PEP8 fix docs/conf.py:91:1: E122 continuation line missing indentation or outdented

This commit is contained in:
Luis San Martin 2015-10-20 12:28:52 -03:00
parent 2c543d276d
commit 65a5fe10d5
1 changed files with 1 additions and 1 deletions

View 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),
}