Merge "Fix sphinx error in swift.common.utils"

This commit is contained in:
Jenkins 2013-08-05 21:27:29 +00:00 committed by Gerrit Code Review
commit 8b378e7614

View File

@ -2224,7 +2224,8 @@ def parse_content_type(content_type):
""" """
Parse a content-type and its parameters into values. Parse a content-type and its parameters into values.
RFC 2616 sec 14.17 and 3.7 are pertinent. RFC 2616 sec 14.17 and 3.7 are pertinent.
Examples:
**Examples**::
'text/plain; charset=UTF-8' -> ('text/plain', [('charset, 'UTF-8')]) 'text/plain; charset=UTF-8' -> ('text/plain', [('charset, 'UTF-8')])
'text/plain; charset=UTF-8; level=1' -> 'text/plain; charset=UTF-8; level=1' ->