Fix minor typos in docstrings
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user