Fixing grammar mistake

The description of the param 'content_type' doesn't read well,
I think 'Content-Type of the response' is better.

Change-Id: Idfdedf2cfc1abf6ab6f6980114c6d7d00c557afc
This commit is contained in:
chenxiangui 2018-01-22 14:38:38 +08:00 committed by Renat Akhmerov
parent b991844679
commit e0951c110f
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.