diff options
author | Erik Johnston <erik@matrix.org> | 2017-10-12 18:16:25 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-10-12 18:16:25 +0100 |
commit | d76621a47b7b4b778055760d43df9d02614dac19 (patch) | |
tree | 1ee0064cd1fc9f63a9150cfb9bfc52eb2fe50364 /synapse/rest/media/v1/filepath.py | |
parent | Don't close prematurely.. (diff) | |
download | synapse-d76621a47b7b4b778055760d43df9d02614dac19.tar.xz |
Fix comments
Diffstat (limited to 'synapse/rest/media/v1/filepath.py')
-rw-r--r-- | synapse/rest/media/v1/filepath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/media/v1/filepath.py b/synapse/rest/media/v1/filepath.py index 43d0eea00d..6923a3fbd3 100644 --- a/synapse/rest/media/v1/filepath.py +++ b/synapse/rest/media/v1/filepath.py @@ -35,7 +35,7 @@ def _wrap_in_base_path(func): class MediaFilePaths(object): """Describes where files are stored on disk. - Most of the function have a `*_rel` variant which returns a file path that + Most of the functions have a `*_rel` variant which returns a file path that is relative to the base media store path. This is mainly used when we want to write to the backup media store (when one is configured) """ |