Skip to content

Commit 2143048

Browse files
committed
Merge pull request pallets-eco#247 from kevmo/grammar
Grammar fix for documentation re creation modes.
2 parents d8d143e + a1a6fc1 commit 2143048

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
@@ -573,7 +573,7 @@ class SQLAlchemy(object):
573573
object it is usable right away or will attach as needed to a
574574
Flask application.
575575
576-
There are two usage modes which work very similar. One is binding
576+
There are two usage modes which work very similarly. One is binding
577577
the instance to a very specific Flask application::
578578
579579
app = Flask(__name__)

0 commit comments

Comments
 (0)