Skip to content

Commit 0e072e1

Browse files
committed
Solution.Mode: Update docstring [skip ci]
1 parent 4c5de1a commit 0e072e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dss/ISolution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def MinIterations(self, Value: int):
312312

313313
@property
314314
def Mode(self) -> SolveModes:
315-
'''Set present solution mode (by a text code - see DSS Help)'''
315+
'''Set present solution mode'''
316316
return SolveModes(self.CheckForError(self._lib.Solution_Get_Mode()))
317317

318318
@Mode.setter

0 commit comments

Comments
 (0)