From c6895b23b63365a983cf564fc67446913ef2bebd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 24 Dec 2009 01:26:37 +0000 Subject: Roles. --- repoze/bfg/paster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repoze/bfg/paster.py') diff --git a/repoze/bfg/paster.py b/repoze/bfg/paster.py index d5b03cf38..967d9b72e 100644 --- a/repoze/bfg/paster.py +++ b/repoze/bfg/paster.py @@ -44,7 +44,7 @@ def get_app(config_file, name, loadapp=loadapp): return app class BFGShellCommand(Command): - """Open an interactive shell with a repoze.bfg app loaded. + """Open an interactive shell with a :mod:`repoze.bfg` app loaded. This command accepts two positional arguments: -- cgit v1.2.3