summaryrefslogtreecommitdiff
path: root/cherrypy/lib/wsgiapp.py
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2006-09-08 18:09:59 +0000
committerRobert Brewer <fumanchu@aminus.org>2006-09-08 18:09:59 +0000
commit8dec61a7d925828b44cc00bf8dafdd7380651dfb (patch)
treef27763788c65c9cc0eb7f6f74907ee9aeef46fbf /cherrypy/lib/wsgiapp.py
parentef8e4c096e268dc9b35daee065e516ca0016bfaf (diff)
downloadcherrypy-git-8dec61a7d925828b44cc00bf8dafdd7380651dfb.tar.gz
Test support for wsgiref.validate (new '--validate' arg to test.py), plus a couple minor fixes based on the first validation run.
Diffstat (limited to 'cherrypy/lib/wsgiapp.py')
-rw-r--r--cherrypy/lib/wsgiapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/lib/wsgiapp.py b/cherrypy/lib/wsgiapp.py
index 3f6df4df..bdf3f703 100644
--- a/cherrypy/lib/wsgiapp.py
+++ b/cherrypy/lib/wsgiapp.py
@@ -1,4 +1,4 @@
-"""a WSGI application tool for CherryPy"""
+"""A CherryPy tool for hosting a foreign WSGI application."""
import sys