From b9b3b122b7eaee02467f2ff042e7b5ee65062b92 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sun, 6 Jan 2013 21:19:00 +0200 Subject: grammar --- pyramid/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3