diff options
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/zeo/index.rst | 8 |
1 files changed, 5 insertions, 3 deletions
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) |
