From 4b2a55add966c0c4f833feca7a50a6dfeae3d737 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 9 Dec 2009 18:42:24 +0000 Subject: --- docs/narr/threadlocals.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/narr/threadlocals.rst b/docs/narr/threadlocals.rst index 4296d8cc1..e73efccb3 100644 --- a/docs/narr/threadlocals.rst +++ b/docs/narr/threadlocals.rst @@ -26,7 +26,8 @@ functions exist for this purpose: ``repoze.bfg.threadlocal.get_current_registry``. The former returns the "current" request; the latter returns the "current" registry. Both ``get_current_*`` functions retrieve an object from a -thread-local stack. +thread-local stack. These API functions are documented in +:ref:`threadlocal_module`. During normal operations, the thread local stack is managed by a :term:`Router` object. Therefore, when the system is operating -- cgit v1.2.3