fix the typo

This commit is contained in:
venus 2019-01-12 14:51:04 +08:00 committed by Hsiaoming Yang
parent d7a1b0157a
commit 8c979698bd

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)