From 5f98c9b1bde48cfbb1dd1002ab3a8bf3a3fbaec3 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Wed, 5 Jul 2023 14:13:43 +0100 Subject: [PATCH] Fix minor typos in docstrings --- src/primaite/nodes/node_state_instruction_green.py | 2 +- src/primaite/nodes/node_state_instruction_red.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/primaite/nodes/node_state_instruction_green.py b/src/primaite/nodes/node_state_instruction_green.py index fcf5268c..0faef627 100644 --- a/src/primaite/nodes/node_state_instruction_green.py +++ b/src/primaite/nodes/node_state_instruction_green.py @@ -3,7 +3,7 @@ class NodeStateInstructionGreen(object): - """The Node State Instruction class.# + """The Node State Instruction class. :param _id: The node state instruction id :param _start_step: The start step of the instruction diff --git a/src/primaite/nodes/node_state_instruction_red.py b/src/primaite/nodes/node_state_instruction_red.py index a6cae2bd..8308a1c0 100644 --- a/src/primaite/nodes/node_state_instruction_red.py +++ b/src/primaite/nodes/node_state_instruction_red.py @@ -8,6 +8,7 @@ from primaite.common.enums import NodePOLType @dataclass() class NodeStateInstructionRed(object): """The Node State Instruction class. + :param _id: The node state instruction id :param _start_step: The start step of the instruction :param _end_step: The end step of the instruction