forked from orbit-oss/flask
docs: `with, for, self`
This commit is contained in:
parent
0bb4de1e3b
commit
663802e976
10 changed files with 24 additions and 24 deletions
|
|
@ -259,7 +259,7 @@ way::
|
|||
cur = db.connection.cursor()
|
||||
cur.execute(...)
|
||||
|
||||
At the end of the `with` block the teardown handles will be executed
|
||||
At the end of the ``with`` block the teardown handles will be executed
|
||||
automatically.
|
||||
|
||||
Additionally, the ``init_app`` method is used to support the factory pattern
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue