forked from p15670423/monkey
Island: Change can -> could in get_configuration()
This commit is contained in:
parent
3bd977ed55
commit
838a2e742c
|
@ -15,7 +15,7 @@ class IAgentConfigurationRepository(ABC):
|
||||||
|
|
||||||
:return: The agent configuration as retrieved from the repository, or the default
|
:return: The agent configuration as retrieved from the repository, or the default
|
||||||
configuration if the repository is empty
|
configuration if the repository is empty
|
||||||
:raises RetrievalError: if the configuration can not be retrieved
|
:raises RetrievalError: if the configuration could not be retrieved
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue