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