From 283ac8bbf4e8c9d270419815802a6a4460418a8e Mon Sep 17 00:00:00 2001 From: feuillemorte Date: Sat, 14 Apr 2018 21:06:58 +0300 Subject: [PATCH] #3290 Fix doc --- doc/en/monkeypatch.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/en/monkeypatch.rst b/doc/en/monkeypatch.rst index 3dc311dd1..b25e07f9a 100644 --- a/doc/en/monkeypatch.rst +++ b/doc/en/monkeypatch.rst @@ -69,6 +69,7 @@ so that any attempts within tests to create http requests will fail. :meth:`MonkeyPatch.context` to limit the patching to the block you want tested: .. code-block:: python + import functools def test_partial(monkeypatch): with monkeypatch.context() as m: