diff --git a/swift/common/utils.py b/swift/common/utils.py index f12c8aeedc..3c8c3672fb 100644 --- a/swift/common/utils.py +++ b/swift/common/utils.py @@ -2224,7 +2224,8 @@ def parse_content_type(content_type): """ Parse a content-type and its parameters into values. 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; level=1' ->