Skip to content

Commit 9685d14

Browse files
sjbrowndavidism
authored andcommitted
Correct grammar (pallets#2061)
1 parent 77af942 commit 9685d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/sqlalchemy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Here is an example :file:`database.py` module for your application::
135135
def init_db():
136136
metadata.create_all(bind=engine)
137137

138-
As for the declarative approach you need to close the session after
138+
As in the declarative approach, you need to close the session after
139139
each request or application context shutdown. Put this into your
140140
application module::
141141

0 commit comments

Comments
 (0)