Fix all docstring errors.

When generating documentation with sphinx-apidoc, there are currently
many docstring errors, mostly minor. This commit fixes all errors.
This commit is contained in:
Cadel Watson
2016-12-25 20:43:45 +11:00
parent 7654c2f902
commit 52c59e7133
7 changed files with 43 additions and 15 deletions

View File

@@ -132,6 +132,7 @@ File = namedtuple('File', ['type', 'body', 'name'])
def parse_multipart_form(body, boundary):
"""
Parses a request body and returns fields and files
:param body: Bytes request body
:param boundary: Bytes multipart boundary
:return: fields (RequestParameters), files (RequestParameters)