From 83df8b32956ed6044b88daf8fffd63d15b33d4ba Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 13 Jan 2010 15:18:21 +0000 Subject: - Get rid of references to repoze.bfg.router.Router. --- docs/tutorials/zeo/index.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/tutorials/zeo') diff --git a/docs/tutorials/zeo/index.rst b/docs/tutorials/zeo/index.rst index d9caf7d0a..a84abeb36 100644 --- a/docs/tutorials/zeo/index.rst +++ b/docs/tutorials/zeo/index.rst @@ -171,9 +171,11 @@ Configuration import transaction def app(global_config, **settings): - """ This function returns a repoze.bfg.router.Router object. It - is usually called by the PasteDeploy framework during ``paster - serve``""" + """ This function returns a ``repoze.bfg`` WSGI + application. + + It is usually called by the PasteDeploy framework during + ``paster serve``""" # paster app config callback zodb_uri = settings['zodb_uri'] finder = PersistentApplicationFinder(zodb_uri, appmaker) -- cgit v1.2.3