Merge "Fix some reST field lists in docstrings"

This commit is contained in:
Jenkins 2017-09-08 09:45:51 +00:00 committed by Gerrit Code Review
commit df81a6ddaf
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ def unpack_zip_archive_in_memory(context, af, field_name, fd):
:param af: artifact object
:param field_name: blob dict name where to unpack the data
:param fd: zip archive
:return io.BytesIO object - simple stream of in-memory bytes
:return: io.BytesIO object - simple stream of in-memory bytes
"""
flobj = io.BytesIO(fd.read(INMEMORY_OBJECT_SIZE_LIMIT))