Merge "Fixing grammar mistake"

This commit is contained in:
Zuul 2018-02-05 13:48:28 +00:00 committed by Gerrit Code Review
commit 9b4badd14f
1 changed files with 1 additions and 1 deletions

View File

@ -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.