summaryrefslogtreecommitdiff
path: root/repoze
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-27 05:04:56 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-27 05:04:56 +0000
commit1052305d3c35ff2f058396f49a9bcc275586146c (patch)
tree4aa332c13a92800da348907654fc3e03d7ef0d50 /repoze
parent906cc4f0b976840e7fc53ac659f36acf9f3d4486 (diff)
downloadpyramid-1052305d3c35ff2f058396f49a9bcc275586146c.tar.gz
pyramid-1052305d3c35ff2f058396f49a9bcc275586146c.tar.bz2
pyramid-1052305d3c35ff2f058396f49a9bcc275586146c.zip
Rendering.
Diffstat (limited to 'repoze')
-rw-r--r--repoze/bfg/testing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py
index a3f70f262..38d32cbc0 100644
--- a/repoze/bfg/testing.py
+++ b/repoze/bfg/testing.py
@@ -570,7 +570,7 @@ def setUp(registry=None, request=None, hook_zca=True):
repoze.bfg.threadlocal.get_current_registry)``, which will cause
the :term:`Zope Component Architecture` global API
(e.g. ``getSiteManager``, ``getAdapter``, and so on) to use the
- registry constructed by ``setUp` as the value it returns from
+ registry constructed by ``setUp`` as the value it returns from
``zope.component.getSiteManager``. If ``zope.component`` cannot
be imported, or if ``hook_zca`` is ``False``, the hook will not be
set.