From 2cfb0214a9c127a5fe031c4aaffa46852238da7e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 27 Nov 2009 08:51:44 +0000 Subject: Terminology. --- repoze/bfg/threadlocal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repoze/bfg/threadlocal.py b/repoze/bfg/threadlocal.py index cfd3e78ba..7e0de86ca 100644 --- a/repoze/bfg/threadlocal.py +++ b/repoze/bfg/threadlocal.py @@ -115,8 +115,8 @@ def get_current_request(): return manager.get()['request'] def get_current_registry(context=None): # context required by getSiteManager API - """Return the currently active component registry or the global - component registry if no request is currently active. + """Return the currently active :term:`application registry` or the + global application registry if no request is currently active. This function should be used *extremely sparingly*, usually only in unit testing code. it's almost always usually a mistake to use -- cgit v1.2.3