forked from p15670423/monkey
Common: Fix inconsistent wording in AgentConfiguration docstring
This commit is contained in:
parent
7a507f12ba
commit
efab944e8b
|
@ -95,7 +95,7 @@ class AgentConfiguration:
|
||||||
Serialize an AgentConfiguration to JSON
|
Serialize an AgentConfiguration to JSON
|
||||||
|
|
||||||
:param config: An AgentConfiguration
|
:param config: An AgentConfiguration
|
||||||
:return: A JSON string representing the AgentConfiguration
|
:return: A JSON string that represents the AgentConfiguration
|
||||||
"""
|
"""
|
||||||
return AgentConfigurationSchema().dumps(config)
|
return AgentConfigurationSchema().dumps(config)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue