Skip to content

Commit b7abeba

Browse files
committed
Merge pull request pallets-eco#171 from marksteve/patch-1
Doc typo
2 parents 44bf860 + 5098b32 commit b7abeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def __init__(self, db, autocommit=False, autoflush=True, **options):
148148
#: The application that this session belongs to.
149149
self.app = db.get_app()
150150
self._model_changes = {}
151-
#: A flag that controls weather this session should keep track of
151+
#: A flag that controls whether this session should keep track of
152152
#: model modifications. The default value for this attribute
153153
#: is set from the ``SQLALCHEMY_TRACK_MODIFICATIONS`` config
154154
#: key.

0 commit comments

Comments
 (0)