mirror of https://github.com/docker/docs.git
Merge pull request #14054 from martinky24/patch-1
Remove inconsistent space in Python example [trivial]
This commit is contained in:
commit
9f76ff5615
|
@ -87,7 +87,7 @@ def hello_world():
|
||||||
return 'Hello, Docker!'
|
return 'Hello, Docker!'
|
||||||
|
|
||||||
@app.route('/widgets')
|
@app.route('/widgets')
|
||||||
def get_widgets() :
|
def get_widgets():
|
||||||
mydb = mysql.connector.connect(
|
mydb = mysql.connector.connect(
|
||||||
host="mysqldb",
|
host="mysqldb",
|
||||||
user="root",
|
user="root",
|
||||||
|
|
Loading…
Reference in New Issue