summaryrefslogtreecommitdiffstats
path: root/openstack/common/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/wsgi.py')
-rw-r--r--openstack/common/wsgi.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/openstack/common/wsgi.py b/openstack/common/wsgi.py
index 614a22c..aaeb07b 100644
--- a/openstack/common/wsgi.py
+++ b/openstack/common/wsgi.py
@@ -568,9 +568,9 @@ class RequestDeserializer(object):
"""Extract necessary pieces of the request.
:param request: Request object
- :returns tuple of expected controller action name, dictionary of
- keyword arguments to pass to the controller, the expected
- content type of the response
+ :returns: tuple of (expected controller action name, dictionary of
+ keyword arguments to pass to the controller, the expected
+ content type of the response)
"""
action_args = self.get_action_args(request.environ)