summaryrefslogtreecommitdiff
path: root/docs/api/paster.rst
diff options
context:
space:
mode:
authorGeorges Dubus <georges.dubus@compiletoi.net>2013-03-14 10:39:05 +0100
committerGeorges Dubus <georges.dubus@compiletoi.net>2013-03-14 10:50:11 +0100
commite81e76ae9e0fd1c45ddb61a873d67cd6e2d9f643 (patch)
tree96090ae3846787b9a756656299cbba0ecb94e612 /docs/api/paster.rst
parent13e241b21770a2471d520aa21b27e20f98aaecb3 (diff)
downloadpyramid-e81e76ae9e0fd1c45ddb61a873d67cd6e2d9f643.tar.gz
pyramid-e81e76ae9e0fd1c45ddb61a873d67cd6e2d9f643.tar.bz2
pyramid-e81e76ae9e0fd1c45ddb61a873d67cd6e2d9f643.zip
Added an options argument to pyramid.paste.get_appsettings, just like get_app, that can be used to get the settings when interpolation is used in the config file.
Diffstat (limited to 'docs/api/paster.rst')
-rw-r--r--docs/api/paster.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/paster.rst b/docs/api/paster.rst
index bde128e05..edc3738fc 100644
--- a/docs/api/paster.rst
+++ b/docs/api/paster.rst
@@ -9,6 +9,6 @@
.. autofunction:: get_app(config_uri, name=None, options=None)
- .. autofunction:: get_appsettings(config_uri, name=None)
+ .. autofunction:: get_appsettings(config_uri, name=None, options=None)
.. autofunction:: setup_logging(config_uri)