diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-18 19:18:46 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-18 19:18:46 -0500 |
| commit | 7f89e2d6c727d3022b38f09d72921afd9302a39c (patch) | |
| tree | 5759cfc224ef7b9817d943bfcfd20a48c62d7710 | |
| parent | 658c6b4da2c3ce08045e18c6c884fd76054a651e (diff) | |
| download | pyramid-7f89e2d6c727d3022b38f09d72921afd9302a39c.tar.gz pyramid-7f89e2d6c727d3022b38f09d72921afd9302a39c.tar.bz2 pyramid-7f89e2d6c727d3022b38f09d72921afd9302a39c.zip | |
rendering
| -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 |
