completing the wsgiapp docstring

This commit is contained in:
Christophe de Vienne 2012-08-12 15:06:14 +02:00
parent 1858e8ec2d
commit 3223c648ed

View File

@ -93,7 +93,7 @@ class WSRoot(object):
self._api = None
def wsgiapp(self):
"""Returns a wsgi"""
"""Returns a wsgi application"""
from webob.dec import wsgify
return wsgify(self._handle_request)