completing the wsgiapp docstring
This commit is contained in:
parent
1858e8ec2d
commit
3223c648ed
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user