]> granicus.if.org Git - python/commitdiff
unittest.mock minor doc update
authorMichael Foord <michael@voidspace.org.uk>
Sun, 10 Jun 2012 19:38:54 +0000 (20:38 +0100)
committerMichael Foord <michael@voidspace.org.uk>
Sun, 10 Jun 2012 19:38:54 +0000 (20:38 +0100)
Doc/library/unittest.mock.rst

index 1b3969726130c1b6f378a7e2286dac5e3f37f73b..bed698afe40b99f80ba1ed1191c58cc7e46d8ba7 100644 (file)
@@ -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