summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-10-13 13:47:05 +0100
committerErik Johnston <erik@matrix.org>2017-10-13 13:47:05 +0100
commitad1911bbf46f658ee343ee26e3011b3f1bcbd572 (patch)
tree7a4452d0d1bd170f60f9eb04ebe37842bfa0379f /synapse
parentRemove spurious addition (diff)
downloadsynapse-ad1911bbf46f658ee343ee26e3011b3f1bcbd572.tar.xz
Comment
Diffstat (limited to 'synapse')
-rw-r--r--synapse/rest/media/v1/media_repository.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/media/v1/media_repository.py b/synapse/rest/media/v1/media_repository.py
index 3b8fe5ddb4..700fd0dd24 100644
--- a/synapse/rest/media/v1/media_repository.py
+++ b/synapse/rest/media/v1/media_repository.py
@@ -121,7 +121,7 @@ class MediaRepository(object):
 
         Args:
             source: A file like object that should be written
-            path(str): Relative path to write file to
+            path (str): Relative path to write file to
 
         Returns:
             Deferred[str]: the file path written to in the primary media store