Skip to content

Commit

Permalink
Fix pydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaiazzi committed Mar 11, 2024
1 parent ded4e91 commit 7ac01a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Kathara/model/Lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def connect_machine_obj_to_link(self, machine: 'MachinePackage.Machine', link_na
link_name (str): The collision domain name.
machine_iface_number (int): The number of the device interface to connect. If it is None, the first free
number is used.
mac_address (Optional[str]): The MAC address to assign to the interface.
Returns:
Kathara.model.Interface.Interface: The interface object associated to the new interface..
Expand Down

0 comments on commit 7ac01a4

Please sign in to comment.