summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-18 19:18:46 -0500
committerChris McDonough <chrism@plope.com>2012-02-18 19:18:46 -0500
commit7f89e2d6c727d3022b38f09d72921afd9302a39c (patch)
tree5759cfc224ef7b9817d943bfcfd20a48c62d7710
parent658c6b4da2c3ce08045e18c6c884fd76054a651e (diff)
downloadpyramid-7f89e2d6c727d3022b38f09d72921afd9302a39c.tar.gz
pyramid-7f89e2d6c727d3022b38f09d72921afd9302a39c.tar.bz2
pyramid-7f89e2d6c727d3022b38f09d72921afd9302a39c.zip
rendering
-rw-r--r--pyramid/paster.py2
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