diff --git a/src/_pytest/monkeypatch.py b/src/_pytest/monkeypatch.py index f498d60df..3f398df76 100644 --- a/src/_pytest/monkeypatch.py +++ b/src/_pytest/monkeypatch.py @@ -142,7 +142,6 @@ class MonkeyPatch: which undoes any patching done inside the ``with`` block upon exit. Example: - .. code-block:: python import functools