Skip to content

Commit

Permalink
Update src/py/flwr/client/connection/fleet_connection.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chong Shen Ng <[email protected]>
  • Loading branch information
panh99 and chongshenng committed Oct 25, 2024
1 parent 59b7efd commit 0c709e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/client/connection/fleet_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def create_node(self) -> int | None:

@abstractmethod
def delete_node(self) -> None:
"""Request to create a node."""
"""Request to delete a node."""

@abstractmethod
def receive(self) -> Message | None:
Expand Down

0 comments on commit 0c709e7

Please sign in to comment.