From f38b423886e45dbf5422a1326f5402e453e99034 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Thu, 24 Aug 2023 10:27:30 +0100 Subject: [PATCH] Update comment --- src/primaite/simulator/network/container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/primaite/simulator/network/container.py b/src/primaite/simulator/network/container.py index 5d7e6a47..db782744 100644 --- a/src/primaite/simulator/network/container.py +++ b/src/primaite/simulator/network/container.py @@ -76,7 +76,7 @@ class NetworkContainer(SimComponent): """TODO.""" # I think we should not be forcing users to add and remove individual links. # Clearly if a link exists between two nodes in the network, then the link is also part of the network. - # I'm just not sure how we ought to handle link creation as it requires an unoccupied network device on the node + # I'm just not sure how we ought to handle link creation as it requires an unoccupied interface on the node. raise NotImplementedError def disconnect_nodes(self, node1: Node, node2: Node) -> None: