Update monkeypatch.py
This commit is contained in:
parent
24abe4eb03
commit
e3359458ee
|
@ -142,6 +142,7 @@ class MonkeyPatch:
|
||||||
which undoes any patching done inside the ``with`` block upon exit.
|
which undoes any patching done inside the ``with`` block upon exit.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
import functools
|
import functools
|
||||||
|
|
Loading…
Reference in New Issue