Skip to content

Commit

Permalink
small changes to avoid spelling exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Feb 12, 2024
1 parent 824040b commit 3b7f4eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions spinnman/get_cores_in_run_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ def _make_transceiver(host, version, bmp_names) -> Transceiver:
:param version: Board version to use (`None` defaults to 5 unless host is
192.168.240.253 (spin 3)
:type version: int or None
:param bmp: bmp connection or `None` to auto detect (if applicable)
:type bmp: str or None
:param bmp_names: names of BMP connection
or `None` to auto detect (if applicable)
:type bmp_names: str or None
:rtype: Transceiver
"""
if host is None:
Expand Down
2 changes: 1 addition & 1 deletion spinnman/transceiver/extendable_transceiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self):
@abstractmethod
def bmp_selector(self) -> Optional[FixedConnectionSelector[BMPConnection]]:
"""
Returns the bmp selector
Returns the BMP selector
:rtype: AbstractMultiConnectionProcessConnectionSelector
"""
Expand Down

0 comments on commit 3b7f4eb

Please sign in to comment.