diff options
| author | Tres Seaver <tseaver@palladion.com> | 2013-03-03 15:41:37 -0500 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2013-03-03 15:41:37 -0500 |
| commit | a85491f3cec005e9592c86bd78b66ec0d7a8e599 (patch) | |
| tree | b621c28ffb2afd8f024d545da7f1c8248c4ce174 /docs | |
| parent | 03e3bac29414bc64d2de317c9e167f0b864c5c3f (diff) | |
| download | pyramid-a85491f3cec005e9592c86bd78b66ec0d7a8e599.tar.gz pyramid-a85491f3cec005e9592c86bd78b66ec0d7a8e599.tar.bz2 pyramid-a85491f3cec005e9592c86bd78b66ec0d7a8e599.zip | |
No preposition needed at all. ;)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/testing.rst b/docs/narr/testing.rst index d5624469c..0801a8eae 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 onto two items: the current :term:`request` and the current +to hold 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. |
