This commit is contained in:
Daisuke Taniwaki 2020-12-15 15:18:02 +09:00 committed by GitHub
parent 3b974015c9
commit caab6baeca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ class FileManagerMixin(Configurable):
Classes using this mixin must provide the following attributes:
root_dir : unicode
A directory against against which API-style paths are to be resolved.
A directory against which API-style paths are to be resolved.
log : logging.Logger
"""