diff options
author | Michael Foord <michael@voidspace.org.uk> | 2012-06-10 19:38:54 (GMT) |
---|---|---|
committer | Michael Foord <michael@voidspace.org.uk> | 2012-06-10 19:38:54 (GMT) |
commit | 911fd327f1ca38035d11c5f6688d9c74e069822d (patch) | |
tree | ee399f2cc771542e86854ceed9bf225abd3f3f7d /Doc/library/unittest.mock.rst | |
parent | f7c41580578fdae4f8ab6c8eb6135902de5214d1 (diff) | |
download | cpython-911fd327f1ca38035d11c5f6688d9c74e069822d.zip cpython-911fd327f1ca38035d11c5f6688d9c74e069822d.tar.gz cpython-911fd327f1ca38035d11c5f6688d9c74e069822d.tar.bz2 |
unittest.mock minor doc update
Diffstat (limited to 'Doc/library/unittest.mock.rst')
-rw-r--r-- | Doc/library/unittest.mock.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.mock.rst b/Doc/library/unittest.mock.rst index 1b39697..bed698a 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 |