mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 15:01:23 +01:00
Fix typo in media repository doc string
This commit is contained in:
parent
64bf9f54cc
commit
b3e34a5399
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class MediaRepositoryResource(Resource):
|
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
|
Uploads are POSTed to a resource which returns a token which is used to GET
|
||||||
the download::
|
the download::
|
||||||
|
|
Loading…
Reference in a new issue