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 a867a5b commit c2aa52bCopy full SHA for c2aa52b
flaskext/sqlalchemy.py
@@ -359,7 +359,7 @@ def create_app():
359
360
The difference between the two is that in the first case methods like
361
:meth:`create_all` and :meth:`drop_all` will work all the time but in
362
- the section case a :meth:`flask.Flask.request_context` has to exist.
+ the second case a :meth:`flask.Flask.request_context` has to exist.
363
364
By default Flask-SQLAlchemy will apply some backend-specific settings
365
to improve your experience with them. As of SQLAlchemy 0.6 SQLAlchemy
0 commit comments