diff --git a/mistral/api/hooks/content_type.py b/mistral/api/hooks/content_type.py index 0332fcc4a..cb4eda535 100644 --- a/mistral/api/hooks/content_type.py +++ b/mistral/api/hooks/content_type.py @@ -24,7 +24,7 @@ class ContentTypeHook(hooks.PecanHook): 'hack' but it seems impossible using pecan/WSME to set different content types on request and response. - :param content_type: Content-Type that response should has. + :param content_type: Content-Type of the response. :type content_type: str :param methods: HTTP methods that should have response with given content_type.