forked from orbit-oss/flask
Correct grammar (#2061)
This commit is contained in:
parent
77af942b98
commit
9685d14eaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue