Correct grammar (#2061)

This commit is contained in:
Shandy Brown 2016-11-01 18:52:54 -07:00 committed by David Lord
parent 77af942b98
commit 9685d14eaa

View file

@ -135,7 +135,7 @@ Here is an example :file:`database.py` module for your application::
def init_db():
metadata.create_all(bind=engine)
As for the declarative approach you need to close the session after
As in the declarative approach, you need to close the session after
each request or application context shutdown. Put this into your
application module::