mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 04:54:15 -04:00
Fix comments
This commit is contained in:
parent
4ae85ae121
commit
d76621a47b
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue