Incorrect grammar
The original sentence has incorrect grammar
This commit is contained in:
parent
ef27c1b749
commit
b80eaf2c99
1 changed files with 3 additions and 2 deletions
|
|
@ -256,8 +256,9 @@ 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.
|
- 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
|
If you want to perform instance checks, you have to do that on the
|
||||||
object being proxied.
|
object being proxied.
|
||||||
- If the specific object reference is important, for example for
|
- The reference to the proxied object is needed in some situations,
|
||||||
sending :ref:`signals` or passing data to a background thread.
|
such as sending :ref:`signals` or passing data to a background
|
||||||
|
thread.
|
||||||
|
|
||||||
If you need to access the underlying object that is proxied, use the
|
If you need to access the underlying object that is proxied, use the
|
||||||
:meth:`~werkzeug.local.LocalProxy._get_current_object` method::
|
:meth:`~werkzeug.local.LocalProxy._get_current_object` method::
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue