From 43db49a1908ccf2df78496d7f4c486fa921105ae Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 9 Oct 2023 10:12:55 +0100 Subject: [PATCH] docs --- spinnman/transceiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spinnman/transceiver.py b/spinnman/transceiver.py index 6533354c7..ba67ff005 100644 --- a/spinnman/transceiver.py +++ b/spinnman/transceiver.py @@ -906,7 +906,7 @@ def add_cpu_information_from_core(self, cpu_infos, x, y, p, states): :param int y: The y-coordinate of the chip containing the processor :param int p: The ID of the processor to get the information about :param states: - If provided will only add the info if in one of the states + If provided will only add the info if in one of the states :type states: list(CPUState) :return: The CPU information for the selected core :raise SpinnmanIOException: