Fix minor typos in docstrings

This commit is contained in:
Marek Wolan
2023-07-05 14:13:43 +01:00
parent 247136ed6d
commit 5f98c9b1bd
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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