[Python-checkins] cpython: unittest.mock minor doc update

michael.foord python-checkins at python.org
Sun Jun 10 21:38:54 CEST 2012


http://hg.python.org/cpython/rev/5399a7d792d5
changeset:   77402:5399a7d792d5
user:        Michael Foord <michael at voidspace.org.uk>
date:        Sun Jun 10 20:38:54 2012 +0100
summary:
  unittest.mock minor doc update

files:
  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
--- a/Doc/library/unittest.mock.rst
+++ b/Doc/library/unittest.mock.rst
@@ -1359,7 +1359,7 @@
 
 .. function:: patch.stopall
 
-    Stop all active patches.
+    Stop all active patches. Only stops patches started with `start`.
 
 
 TEST_PREFIX

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list