diff options
Diffstat (limited to 'cherrypy/_cptools.py')
-rw-r--r-- | cherrypy/_cptools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/_cptools.py b/cherrypy/_cptools.py index ebb68117..f6e17271 100644 --- a/cherrypy/_cptools.py +++ b/cherrypy/_cptools.py @@ -234,7 +234,7 @@ class WSGIAppTool(MainTool): wsgi_app - any wsgi application callable env_update - a dictionary with arbitrary keys and values to be - merged with the WSGI environment dictionary. + merged with the WSGI environ dictionary. Example: |