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!'
|
||||
|
||||
@app.route('/widgets')
|
||||
def get_widgets() :
|
||||
def get_widgets():
|
||||
mydb = mysql.connector.connect(
|
||||
host="mysqldb",
|
||||
user="root",
|
||||
|
|
Loading…
Reference in New Issue