diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-06 21:19:00 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-06 21:19:00 +0200 |
| commit | b9b3b122b7eaee02467f2ff042e7b5ee65062b92 (patch) | |
| tree | b1d5a6a1369bcc50d89c2f93ba7ea4a9747dba64 | |
| parent | 09f43d3ba25ba2189a1b9abf6978e14690034d16 (diff) | |
| download | pyramid-b9b3b122b7eaee02467f2ff042e7b5ee65062b92.tar.gz pyramid-b9b3b122b7eaee02467f2ff042e7b5ee65062b92.tar.bz2 pyramid-b9b3b122b7eaee02467f2ff042e7b5ee65062b92.zip | |
grammar
| -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. |
