Skip to content

Commit

Permalink
Solution.Mode: Update docstring [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Mar 31, 2023
1 parent 4c5de1a commit 0e072e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dss/ISolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def MinIterations(self, Value: int):

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

@Mode.setter
Expand Down

0 comments on commit 0e072e1

Please sign in to comment.