From 7f89e2d6c727d3022b38f09d72921afd9302a39c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 18 Feb 2012 19:18:46 -0500 Subject: rendering --- pyramid/paster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3