diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-12 21:12:09 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-12 21:12:09 +0200 |
| commit | 72f88a80d6b8a7ea758e8ba03d55fa622ff98bbe (patch) | |
| tree | db433c973eb7093f9110cd6fb4c5661bf75a2126 /docs | |
| parent | f1a9094e3db5a10502c08f33436099e1c89ded82 (diff) | |
| download | pyramid-72f88a80d6b8a7ea758e8ba03d55fa622ff98bbe.tar.gz pyramid-72f88a80d6b8a7ea758e8ba03d55fa622ff98bbe.tar.bz2 pyramid-72f88a80d6b8a7ea758e8ba03d55fa622ff98bbe.zip | |
use a Sphinx ref instead of raw url
Other than reducing ugliness, when building the doc with Python 3,
the target is a Python 3 version of the class; same applies to Python 2.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/threadlocals.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/narr/threadlocals.rst b/docs/narr/threadlocals.rst index 909f643a0..5ff70565c 100644 --- a/docs/narr/threadlocals.rst +++ b/docs/narr/threadlocals.rst @@ -62,8 +62,7 @@ Because one :app:`Pyramid` application is permitted to call (perhaps as a :term:`WSGI` app with help from the :func:`pyramid.wsgi.wsgiapp2` decorator), these variables are managed in a *stack* during normal system operations. The stack -instance itself is a `threading.local -<http://docs.python.org/library/threading.html#threading.local>`_. +instance itself is a :class:`threading.local`. During normal operations, the thread locals stack is managed by a :term:`Router` object. At the beginning of a request, the Router |
