Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 25, 2024
1 parent bde490c commit 48bb23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_machine/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ def ethernet_connected_chips(self) -> Sequence[Chip]:
@property
def n_ethernet_connected_chips(self) -> int:
"""
The number of ethernet conencted chips in the machine.
The number of Ethernet connected chips in the machine.
"""
return len(self._ethernet_connected_chips)

Expand Down

0 comments on commit 48bb23a

Please sign in to comment.