summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-27 23:15:12 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-27 23:15:12 +0200
commitca402b50f2440b3ab7d7e0d9d058e72c20e9948b (patch)
treed8610958bfdf2338b5392ec61dfa51fe0b54ff38 /docs
parent6ffabc1e9d4cf18e9cedc25bb2134ad46debd89b (diff)
downloadpyramid-ca402b50f2440b3ab7d7e0d9d058e72c20e9948b.tar.gz
pyramid-ca402b50f2440b3ab7d7e0d9d058e72c20e9948b.tar.bz2
pyramid-ca402b50f2440b3ab7d7e0d9d058e72c20e9948b.zip
should be one word
Diffstat (limited to 'docs')
-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.