Fix docstring

This commit is contained in:
Nuno Campos
2024-08-27 16:59:20 -07:00
parent e338a4ec98
commit a8a2a89602
-1
View File
@@ -50,7 +50,6 @@ class Send:
Attributes:
node (str): The name of the target node to send the message to.
arg (Any): The state or message to send to the target node.
id (str): ID associated with the Send.
Examples:
>>> from typing import Annotated