From 141a00c3a69647218f9d444f98e094455a2d2373 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 6 Aug 2010 20:09:45 +0000 Subject: header --- docs/designdefense.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/designdefense.rst b/docs/designdefense.rst index c0dc9b170..126922f7f 100644 --- a/docs/designdefense.rst +++ b/docs/designdefense.rst @@ -1678,8 +1678,7 @@ shortcut serving API which executes the ``paste.httpserver`` WSGI server. It will likely be named less attractively to indicate it is only a shortcut. -:meth:`repoze.bfg.configuration.Configurator.begin` and -:meth:`repoze.bfg.configuration.Configurator.end` methods +:meth:`repoze.bfg.configuration.Configurator.begin` and :meth:`repoze.bfg.configuration.Configurator.end` methods +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ The methods :meth:`repoze.bfg.configuration.Configurator.begin` and @@ -1735,7 +1734,6 @@ where comments take into account what we've discussed in the app = config.make_wsgi_app() # explicitly WSGI serve(app, host='0.0.0.0') # explicitly WSGI - Other Challenges ---------------- -- cgit v1.2.3