From 36081ddc90c11d97c0a6d4a009b803226e926549 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 22 Dec 2009 03:04:41 +0000 Subject: Docs. --- repoze/bfg/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py index e7bd3c2a9..8ea7cf09c 100644 --- a/repoze/bfg/configuration.py +++ b/repoze/bfg/configuration.py @@ -284,7 +284,7 @@ class Configurator(object): This pushes a dictionary containing the registry implied by this configurator and the :term:`request` implied by ``request`` on to the :term:`thread local` stack consulted by - various :mod`repoze.bfg.threadlocal` API functions.""" + various :mod:`repoze.bfg.threadlocal` API functions.""" self.manager.push({'registry':self.registry, 'request':request}) def end(self): -- cgit v1.2.3