0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 14:38:18 +02:00

Fix typo in media repository doc string

This commit is contained in:
Mark Haines 2014-12-11 18:21:08 +00:00
parent 64bf9f54cc
commit b3e34a5399

View file

@ -26,7 +26,7 @@ logger = logging.getLogger(__name__)
class MediaRepositoryResource(Resource):
"""Profiles file uploading and downloading.
"""File uploading and downloading.
Uploads are POSTed to a resource which returns a token which is used to GET
the download::