spelling error (#84)

This commit is contained in:
Shaurya Rohatgi
2023-10-02 21:32:13 -05:00
committed by GitHub
parent 50cb53cfe6
commit 1131943a5d

View File

@@ -25,7 +25,7 @@ class Agent:
return self._name
def send(self, message: Union[Dict, str], recipient: "Agent", request_reply: Optional[bool] = None):
"""(Aabstract method) Send a message to another agent."""
"""(Abstract method) Send a message to another agent."""
async def a_send(self, message: Union[Dict, str], recipient: "Agent", request_reply: Optional[bool] = None):
"""(Aabstract async method) Send a message to another agent."""