Skip to content

Commit

Permalink
fix: spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl committed Jul 19, 2023
1 parent d715dd5 commit 44a36e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uagents/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(
"Ignoring the provided 'mailbox' configuration since 'agentverse' overrides it"
)
self._logger.warning(
"Then 'mailbox' configuration is deprecated in favor of 'agentverse'"
"The 'mailbox' configuration is deprecated in favor of 'agentverse'"
)
agentverse = mailbox
self._agentverse = parse_agentverse_config(agentverse)
Expand Down

0 comments on commit 44a36e3

Please sign in to comment.