summaryrefslogtreecommitdiff
path: root/docs/narr/testing.rst
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-03-03 12:40:05 -0800
committerTres Seaver <tseaver@palladion.com>2013-03-03 12:40:05 -0800
commit03e3bac29414bc64d2de317c9e167f0b864c5c3f (patch)
treed8610958bfdf2338b5392ec61dfa51fe0b54ff38 /docs/narr/testing.rst
parente84477b03f0f6c4577abd51fa51f69f1224fa99e (diff)
parentca402b50f2440b3ab7d7e0d9d058e72c20e9948b (diff)
downloadpyramid-03e3bac29414bc64d2de317c9e167f0b864c5c3f.tar.gz
pyramid-03e3bac29414bc64d2de317c9e167f0b864c5c3f.tar.bz2
pyramid-03e3bac29414bc64d2de317c9e167f0b864c5c3f.zip
Merge pull request #868 from tshepang/grammar
simplify sentence and fix its grammar
Diffstat (limited to 'docs/narr/testing.rst')
-rw-r--r--docs/narr/testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/testing.rst b/docs/narr/testing.rst
index 20017064b..d5624469c 100644
--- a/docs/narr/testing.rst
+++ b/docs/narr/testing.rst
@@ -70,7 +70,7 @@ Test Set Up and Tear Down
--------------------------
:app:`Pyramid` uses a "global" (actually :term:`thread local`) data structure
-to hold on to two items: the current :term:`request` and the current
+to hold onto two items: the current :term:`request` and the current
:term:`application registry`. These data structures are available via the
:func:`pyramid.threadlocal.get_current_request` and
:func:`pyramid.threadlocal.get_current_registry` functions, respectively.