unittest.mock minor doc update

This commit is contained in:
Michael Foord 2012-06-10 20:38:54 +01:00
parent f7c4158057
commit 911fd327f1
1 changed files with 1 additions and 1 deletions

View 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