summaryrefslogtreecommitdiff
path: root/paste/cgiapp.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-04-27 06:26:53 +0000
committerianb <devnull@localhost>2008-04-27 06:26:53 +0000
commitad6924deae625ce803937bf8511b4985464f55ee (patch)
tree98e7ca0c58dc5e181d6b918a68a7d0a7d2da9b2f /paste/cgiapp.py
parent6899dbab4003886a5ed0eff27667ed2ffd7663e7 (diff)
downloadpaste-ad6924deae625ce803937bf8511b4985464f55ee.tar.gz
small docstring formatting fixes
Diffstat (limited to 'paste/cgiapp.py')
-rw-r--r--paste/cgiapp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/paste/cgiapp.py b/paste/cgiapp.py
index c21ee95..e1ede03 100644
--- a/paste/cgiapp.py
+++ b/paste/cgiapp.py
@@ -256,6 +256,8 @@ def proc_communicate(proc, stdin=None, stdout=None, stderr=None):
def make_cgi_application(global_conf, script, path=None, include_os_environ=None,
query_string=None):
"""
+ Paste Deploy interface for :class:`CGIApplication`
+
This object acts as a proxy to a CGI application. You pass in the
script path (``script``), an optional path to search for the
script (if the name isn't absolute) (``path``). If you don't give