summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-01-11 22:12:22 -0800
committerChris McDonough <chrism@plope.com>2013-01-11 22:12:22 -0800
commited0b475bb107116cd7b456ed17b7859224915e57 (patch)
treea67fc2536188c85e80f4bd9403ff8b1b88eceb22
parent98002808bd6e8c49a89ca5477aed36c853d10df9 (diff)
parentb9b3b122b7eaee02467f2ff042e7b5ee65062b92 (diff)
downloadpyramid-ed0b475bb107116cd7b456ed17b7859224915e57.tar.gz
pyramid-ed0b475bb107116cd7b456ed17b7859224915e57.tar.bz2
pyramid-ed0b475bb107116cd7b456ed17b7859224915e57.zip
Merge pull request #775 from tshepang/grammar
grammar fix
-rw-r--r--pyramid/testing.py2
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.