forked from orbit-oss/flask
Consistent quotes
This commit is contained in:
parent
029eebe2f5
commit
a7b85c9f15
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ A minimal Flask application looks something like this::
|
||||||
|
|
||||||
@app.route('/')
|
@app.route('/')
|
||||||
def hello_world():
|
def hello_world():
|
||||||
return "Hello World!"
|
return 'Hello World!'
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run()
|
app.run()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue