summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-05-11 10:54:28 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-05-11 10:54:28 +0200
commit688a93af3f074edb5ece07661c35fd2019a800f5 (patch)
tree48e08d545c7860972d0876f1f099cec23ad31348
parentdbdfb2fea3851e31e272ebbba4297a138d74e970 (diff)
downloadpyramid-688a93af3f074edb5ece07661c35fd2019a800f5.tar.gz
pyramid-688a93af3f074edb5ece07661c35fd2019a800f5.tar.bz2
pyramid-688a93af3f074edb5ece07661c35fd2019a800f5.zip
add missing word; be more precise
-rw-r--r--pyramid/testing.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/testing.py b/pyramid/testing.py
index 0c701727b..06b795f9a 100644
--- a/pyramid/testing.py
+++ b/pyramid/testing.py
@@ -482,9 +482,9 @@ def tearDown(unhook_zca=True):
If the ``unhook_zca`` argument is ``True`` (the default), call
:func:`zope.component.getSiteManager.reset`. This undoes the
- action of :func:`pyramid.testing.setUp` called with the
+ action of :func:`pyramid.testing.setUp` when called with the
argument ``hook_zca=True``. If :mod:`zope.component` cannot be
- imported, ignore the argument.
+ imported, ``unhook_zca`` is set to ``False``.
"""
global have_zca
if unhook_zca and have_zca: