docstring

Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
meejah 2023-08-11 09:05:16 -06:00 committed by GitHub
parent f51d49faa5
commit d81b64ba9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,8 +189,8 @@ class StorageClientConfig(object):
def get_configured_storage_plugins(self) -> dict[str, IFoolscapStoragePlugin]:
"""
:returns Dict[str, IFoolscapStoragePlugin]: a dict mapping names
to instances for all available plugins
:returns: a mapping from names to instances for all available
plugins
:raises MissingPlugin: if the configuration asks for a plugin
for which there is no corresponding instance (e.g. it is