Browse Source

Correct grammar (#2061)

pull/2074/head
Shandy Brown 8 years ago committed by David Lord
parent
commit
9685d14eaa
  1. 2
      docs/patterns/sqlalchemy.rst

2
docs/patterns/sqlalchemy.rst

@ -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…
Cancel
Save