fix the typo

This commit is contained in:
venus 2019-01-12 14:51:04 +08:00
parent a74864ec22
commit 99ad1f3cae

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)