forked from orbit-oss/flask
Merge branch '1.1.x'
This commit is contained in:
commit
2c66746a37
1 changed files with 2 additions and 2 deletions
|
|
@ -199,7 +199,7 @@ contexts until the ``with`` block exits.
|
|||
print(request.path)
|
||||
|
||||
# the contexts are popped and teardown functions are called after
|
||||
# the client with block exists
|
||||
# the client with block exits
|
||||
|
||||
Signals
|
||||
~~~~~~~
|
||||
|
|
@ -251,7 +251,7 @@ point to the unique object bound to each worker behind the scenes as
|
|||
described on this page.
|
||||
|
||||
Most of the time you don't have to care about that, but there are some
|
||||
exceptions where it is good to know that this object is an actual proxy:
|
||||
exceptions where it is good to know that this object is actually a proxy:
|
||||
|
||||
- The proxy objects cannot fake their type as the actual object types.
|
||||
If you want to perform instance checks, you have to do that on the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue