From 8b1f6e5ed3f9fc32b5eb03257d24eaf754a797a9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 9 Dec 2009 00:34:50 +0000 Subject: - General documentation freshening which takes imperative configuration into account in more places and uses glossary references more liberally. --- repoze/bfg/scripting.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'repoze/bfg/scripting.py') diff --git a/repoze/bfg/scripting.py b/repoze/bfg/scripting.py index bf2423a8c..3e743524a 100644 --- a/repoze/bfg/scripting.py +++ b/repoze/bfg/scripting.py @@ -7,8 +7,9 @@ def get_root(app, request=None): ``closer`` returned is a callable (accepting no arguments) that should be called when your scripting application is finished using the root. If ``request`` is not None, it is used as the request - passed to the BFG application root factory. A faux request is - constructed and passed to the root factory if ``request`` is None.""" + passed to the :mod:`repoze.bfg` application root factory. A + request is constructed and passed to the root factory if + ``request`` is None.""" registry = app.registry if request is None: request = Request.blank('/') -- cgit v1.2.3