summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-17 12:15:52 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-05 01:56:57 +0200
commiteb71e9ef30a0edb43129c24c56885a6c3d61a3a3 (patch)
tree06e69ca8038828fe6d67efc2148d8ce435e2f43a /docs
parent32c508a8d8870e877dd6d98e717e55b56457de8a (diff)
downloadpyramid-eb71e9ef30a0edb43129c24c56885a6c3d61a3a3.tar.gz
pyramid-eb71e9ef30a0edb43129c24c56885a6c3d61a3a3.tar.bz2
pyramid-eb71e9ef30a0edb43129c24c56885a6c3d61a3a3.zip
make it clear where the link goes
Diffstat (limited to 'docs')
-rw-r--r--docs/glossary.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 2d05cde03..eedd2f34f 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -654,10 +654,9 @@ Glossary
<http://en.wikipedia.org/wiki/Thread_(computer_science)>`_ used by the
application may have a different value for this same "global" variable.
:app:`Pyramid` uses a small number of thread local variables, as
- described in :ref:`threadlocals_chapter`. See also the `threading.local
- documentation
- <http://docs.python.org/library/threading.html#threading.local>`_ for
- more information.
+ described in :ref:`threadlocals_chapter`.
+ See also the :class:`stdlib documentation <threading.local>`
+ for more information.
multidict
An ordered dictionary that can have multiple values for each key. Adds