diff options
| -rw-r--r-- | pyramid/paster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/paster.py b/pyramid/paster.py index cee437ec4..5102e7b9b 100644 --- a/pyramid/paster.py +++ b/pyramid/paster.py @@ -33,7 +33,7 @@ def get_app(config_uri, name=None, loadapp=loadapp): return app def get_appsettings(config_uri, name=None, appconfig=appconfig): - """ Return a dictionary representing the key/value pairs in an ``app` + """ Return a dictionary representing the key/value pairs in an ``app`` section within the file represented by ``config_uri``. If the ``name`` is None, this will attempt to parse the name from |
