Michael Merickel
2018-10-15 a54bc1ccac17625991e26eb5d4577f893803c683
src/pyramid/paster.py
@@ -87,7 +87,7 @@
    for you if none is provided. You can mutate the request's ``environ``
    later to setup a specific host/port/scheme/etc.
    ``options`` Is passed to get_app for use as variable assignments like
    ``options`` Is passed to get_app for use as variable assignments like
    {'http_port': 8080} and then use %(http_port)s in the
    config file.