Merge pull request #14054 from martinky24/patch-1

Remove inconsistent space in Python example [trivial]
This commit is contained in:
Sebastiaan van Stijn 2022-01-10 16:54:06 +01:00 committed by GitHub
commit 9f76ff5615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",