Merge pull request #3071 from bbbbx/master

fix the typo
This commit is contained in:
Hsiaoming Yang 2019-01-12 19:11:44 +09:00 committed by GitHub
commit 4c54d0dcca

View file

@ -240,7 +240,7 @@ automatically.
Additionally, the ``init_app`` method is used to support the factory pattern
for creating apps::
db = Sqlite3()
db = SQLite3()
# Then later on.
app = create_app('the-config.cfg')
db.init_app(app)