forked from orbit-oss/flask
Put two spaces before inline comments when there is only one space.
PEP8 (E261) suggests to use at least two spaces before inline comments.
This commit is contained in:
parent
4840fc0edc
commit
ec3d5800f2
3 changed files with 4 additions and 4 deletions
|
|
@ -287,8 +287,8 @@ def test_iterable_loader():
|
|||
@app.route('/')
|
||||
def index():
|
||||
return flask.render_template(
|
||||
['no_template.xml', # should skip this one
|
||||
'simple_template.html', # should render this
|
||||
['no_template.xml', # should skip this one
|
||||
'simple_template.html', # should render this
|
||||
'context_template.html'],
|
||||
value=23)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue