Browse Source

fix little grammar detail in flaskr/db.py

pull/2874/head
Angel Gomez 6 years ago committed by GitHub
parent
commit
abcd06cb7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/tutorial/flaskr/db.py

2
examples/tutorial/flaskr/db.py

@ -21,7 +21,7 @@ def get_db():
def close_db(e=None):
"""If this request connected to the database, close the
"""If this request is connected to the database, close the
connection.
"""
db = g.pop('db', None)

Loading…
Cancel
Save