diff options
| author | ianb <devnull@localhost> | 2005-10-07 01:24:55 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2005-10-07 01:24:55 +0000 |
| commit | d72b5f0cbe18aac82c2dd655c592d6b9a2e2eced (patch) | |
| tree | f42693b328b42b86620c61869db4def06e88a63d /paste/deploy | |
| parent | 0fa42f4ff31f244bfee2ba40ee50ce0cf4334416 (diff) | |
| download | pastedeploy-d72b5f0cbe18aac82c2dd655c592d6b9a2e2eced.tar.gz | |
fix docstring
Diffstat (limited to 'paste/deploy')
| -rw-r--r-- | paste/deploy/interfaces.py | 6 |
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). """ |
