We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77af942 commit 9685d14Copy full SHA for 9685d14
docs/patterns/sqlalchemy.rst
@@ -135,7 +135,7 @@ Here is an example :file:`database.py` module for your application::
135
def init_db():
136
metadata.create_all(bind=engine)
137
138
-As for the declarative approach you need to close the session after
+As in the declarative approach, you need to close the session after
139
each request or application context shutdown. Put this into your
140
application module::
141
0 commit comments