forked from orbit-oss/flask
fix the typo
This commit is contained in:
parent
a74864ec22
commit
99ad1f3cae
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue