Update monkeypatch.py

This commit is contained in:
Harutaka Kawamura 2024-05-27 16:46:33 +09:00 committed by GitHub
parent 24abe4eb03
commit e3359458ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ class MonkeyPatch:
which undoes any patching done inside the ``with`` block upon exit.
Example:
.. code-block:: python
import functools