summaryrefslogtreecommitdiff
path: root/paste/deploy
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-10-07 01:24:55 +0000
committerianb <devnull@localhost>2005-10-07 01:24:55 +0000
commitd72b5f0cbe18aac82c2dd655c592d6b9a2e2eced (patch)
treef42693b328b42b86620c61869db4def06e88a63d /paste/deploy
parent0fa42f4ff31f244bfee2ba40ee50ce0cf4334416 (diff)
downloadpastedeploy-d72b5f0cbe18aac82c2dd655c592d6b9a2e2eced.tar.gz
fix docstring
Diffstat (limited to 'paste/deploy')
-rw-r--r--paste/deploy/interfaces.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/paste/deploy/interfaces.py b/paste/deploy/interfaces.py
index 63e37b2..8a03bdb 100644
--- a/paste/deploy/interfaces.py
+++ b/paste/deploy/interfaces.py
@@ -46,8 +46,10 @@ class IPasteAppFactory:
"""
Returns a WSGI application (IWSGIAPP) given the global
configuration and the local configuration passed in as keyword
- arguments. All keys are strings, but values in local_conf may
- not be valid Python identifiers (if you use **kw you can still
+ arguments.
+
+ All keys are strings, but values in local_conf may not be
+ valid Python identifiers (if you use ``**kw`` you can still
capture these values).
"""