Fix sphinx error in swift.common.utils

- Error was swift/common/utils.py:docstring of
  swift.common.utils.parse_content_type:7: ERROR: Unexpected
  indentation.
- Closes-Bug: #1208396

Change-Id: Ia0c095d1b0b202e99991aabdf96e12b52c922c5c
This commit is contained in:
Chmouel Boudjnah 2013-08-05 09:28:47 +00:00
parent 06402c05af
commit 2690a4e604

View File

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