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.
|
||||
|
||||
Example:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
import functools
|
||||
|
|
Loading…
Reference in New Issue