docstring formatting

Co-Authored-By: minrk <benjaminrk@gmail.com>
This commit is contained in:
Carol Willing
2019-03-07 10:26:19 +01:00
committed by GitHub
parent 37d4d0e140
commit aa60d948bb

View File

@@ -579,7 +579,9 @@ def utcnow():
def _parse_accept_header(accept):
"""
Parse the Accept header *accept*, returning a list with 3-tuples of
Parse the Accept header *accept*
Return a list with 3-tuples of
[(str(media_type), dict(params), float(q_value)),] ordered by q values.
If the accept header includes vendor-specific types like::
application/vnd.yourcompany.yourproduct-v1.1+json