Update docstring.

pull/7905/head
Patrick Cloke 2020-09-28 17:37:08 -04:00 committed by GitHub
parent ae842e1e44
commit 7ee568b8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@ class MediaRepository(object):
"""Store uploaded content for a local user and return the mxc URL
Args:
media_type(str): The content type of the file
media_type: The content type of the file.
upload_name: The name of the file, if provided.
content: A file like object that is the content to store
content_length: The length of the content
auth_user: The user_id of the uploader