Common: Fix inconsistent wording in AgentConfiguration docstring

This commit is contained in:
Mike Salvatore 2022-07-22 12:08:21 -04:00
parent 7a507f12ba
commit efab944e8b
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class AgentConfiguration:
Serialize an AgentConfiguration to JSON
:param config: An AgentConfiguration
:return: A JSON string representing the AgentConfiguration
:return: A JSON string that represents the AgentConfiguration
"""
return AgentConfigurationSchema().dumps(config)