From 911fd327f1ca38035d11c5f6688d9c74e069822d Mon Sep 17 00:00:00 2001 From: Michael Foord Date: Sun, 10 Jun 2012 20:38:54 +0100 Subject: [PATCH] unittest.mock minor doc update --- Doc/library/unittest.mock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unittest.mock.rst b/Doc/library/unittest.mock.rst index 1b396972613..bed698afe40 100644 --- a/Doc/library/unittest.mock.rst +++ b/Doc/library/unittest.mock.rst @@ -1359,7 +1359,7 @@ It is also possible to stop all patches which have been started by using .. function:: patch.stopall - Stop all active patches. + Stop all active patches. Only stops patches started with `start`. TEST_PREFIX