From: Michael Foord Date: Sun, 10 Jun 2012 19:38:54 +0000 (+0100) Subject: unittest.mock minor doc update X-Git-Tag: v3.3.0b1~242^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=911fd327f1ca38035d11c5f6688d9c74e069822d;p=thirdparty%2FPython%2Fcpython.git unittest.mock minor doc update --- diff --git a/Doc/library/unittest.mock.rst b/Doc/library/unittest.mock.rst index 1b3969726130..bed698afe40b 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