Skip to content

Commit 535ef9d

Browse files
committed
[ModelicaSystemCmd] add missing docstring
1 parent 7ad9e9f commit 535ef9d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

OMPython/ModelicaSystem.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2822,7 +2822,9 @@ def _prepare_structure_parameters(
28222822

28232823

28242824
class ModelicaSystemCmd(ModelExecutionCmd):
2825-
# TODO: docstring
2825+
"""
2826+
Compatibility class; in the new version it is renamed as MOdelExecutionCmd.
2827+
"""
28262828

28272829
def __init__(
28282830
self,

0 commit comments

Comments
 (0)