Skip to content

Commit c2aa52b

Browse files
justinabrahmsmitsuhiko
authored andcommitted
Fixing a spelling error. section -> second
1 parent a867a5b commit c2aa52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flaskext/sqlalchemy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def create_app():
359359
360360
The difference between the two is that in the first case methods like
361361
: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.
362+
the second case a :meth:`flask.Flask.request_context` has to exist.
363363
364364
By default Flask-SQLAlchemy will apply some backend-specific settings
365365
to improve your experience with them. As of SQLAlchemy 0.6 SQLAlchemy

0 commit comments

Comments
 (0)