diff options
| -rw-r--r-- | pyramid/testing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/testing.py b/pyramid/testing.py index cecf13469..c4e83714d 100644 --- a/pyramid/testing.py +++ b/pyramid/testing.py @@ -476,7 +476,7 @@ def setUp(registry=None, request=None, hook_zca=True, autocommit=True, return config def tearDown(unhook_zca=True): - """Undo the effects :func:`pyramid.testing.setUp`. Use this + """Undo the effects of :func:`pyramid.testing.setUp`. Use this function in the ``tearDown`` method of a unit test that uses :func:`pyramid.testing.setUp` in its ``setUp`` method. |
