Skip to content

Commit

Permalink
fixed error in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasWeise committed May 27, 2022
1 parent 36ce415 commit cc4132a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions moptipy/api/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,9 @@ def add_log_section(self, title: str, text: str) -> None:
lines, all the contents of the section are stored.
This method here allows you to add a custom section to your log file.
This can happen in your the method :meth:`~moptipy.api.algorithm.solve`
of your algorithm. (Ideally at its end.)
This can happen in your the method
:meth:`~moptipy.api.algorithm.Algorithm.solve` of your algorithm.
(Ideally at its end.)
You can specify a custom section name (which must be in upper case
characters) and a custom section body text.
Expand Down

0 comments on commit cc4132a

Please sign in to comment.