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 33c89aab14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)